划词分享

划词分享

划词分享,让您随时随地分享好的内容给您的微博、微信、QQ等好友。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "1.2.20",
  "name": "划词分享",
  "description": "划词分享,让您随时随地分享好的内容给您的微博、微信、QQ等好友。",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_icon": "img/icon16.png",
    "default_title": "划词分享",
    "default_popup": "option.html"
  },
  "options_page": "option.html",
  "permissions": [
    "http://*/",
    "https://*/"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "modules/ext/share.1st.js"
      ]
    }
  ],
  "update_url": "http://clients2.google.com/service/update2/crx"
}