Examine source code of fly63快捷搜索框

Inspect and view changes in fly63快捷搜索框 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
{
  "manifest_version": 2,
  "name": "fly63快捷搜索框",
  "version": "1.1.0",
  "description": "内置国内外热门搜索引擎:谷歌,百度,必应,搜狗,360等等;免费软件,期待你的好评。",
  "icons": {
    "48": "img/icon48.png"
  },
  "homepage_url": "http://hao.fly63.com",
  "browser_action": {
    "default_icon": "img/icon48.png",
    "default_title": "fly63快捷搜索框",
    "default_popup": "popup.html"
  },
  "permissions": [
    "webRequest",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.fly63.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{471a9051-4ca8-4377-b460-62fb08367c18}"
    }
  }
}