Share.js

Share.js

Share.js 是一个非常轻量级的Chrome浏览器插件,用于将当前页面分享到社交网络中,支持非常多的网站分享。无依赖。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "res/icon_32.png",
    "default_popup": "sharejs.html",
    "default_title": "Share.js"
  },
  "default_locale": "zh_CN",
  "description": "__MSG_extDesp__",
  "homepage_url": "https://github.com/aTool-org",
  "icons": {
    "16": "res/icon_16.png",
    "32": "res/icon_32.png",
    "64": "res/icon_64.png",
    "128": "res/icon_128.png",
    "256": "res/icon_256.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "permissions": [
    "tabs",
    "http://hust.cc/"
  ],
  "version": "1.0.0"
}