网络排名

网络排名

网络排名插件

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "网络排名",
  "version": "1.0.1",
  "description": "网络排名插件",
  "manifest_version": 2,
  "icons": {
    "48": "images/square-48.png",
    "128": "images/square-128.png"
  },
  "homepage_url": "http://www.netrank.com",
  "browser_action": {
    "default_icon": "images/square-19.png",
    "default_title": "点击显示网站数据",
    "default_popup": "page/popup.html"
  },
  "minimum_chrome_version": "33",
  "permissions": [
    "tabs",
    "management",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "page": "bkgd.html"
  }
}