Examine source code of SearchCrutch

Inspect and view changes in SearchCrutch source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "搜索拐杖",
  "version": "3.28resigned1",
  "manifest_version": 2,
  "description": "在Google,百度,必应等等搜索引擎间进行快捷切换,搜索关键词无需重输!",
  "homepage_url": "http://xuhehuan.com/2272.html",
  "background": {
    "scripts": [
      "js/base.js",
      "js/background.js"
    ]
  },
  "page_action": {
    "default_icon": {
      "19": "img/icon-19.png",
      "38": "img/icon-38.png"
    },
    "default_title": "点此切换搜索",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "*://*/*",
    "storage"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "icons": {
    "16": "img/icon-16.png",
    "32": "img/icon-32.png",
    "48": "img/icon-48.png",
    "64": "img/icon-64.png",
    "128": "img/icon-128.png"
  },
  "applications": {
    "gecko": {
      "id": "{b8bd546f-44b3-4aa0-a549-3cbc7a2de9cf}",
      "strict_min_version": "48.0"
    }
  },
  "commands": {
    "switch-pre": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "linux": "Ctrl+Shift+B"
      },
      "description": "切换上一个搜索引擎"
    },
    "switch-next": {
      "suggested_key": {
        "default": "Ctrl+Shift+U"
      },
      "description": "切换下一个搜索引擎"
    }
  }
}