Share.js

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

What is Share.js?

Share.js is a Chrome extension developed by https://www.atool.org, and its main feature is "Share.js 是一个非常轻量级的Chrome浏览器插件,用于将当前页面分享到社交网络中,支持非常多的网站分享。无依赖。".

Extension Screenshots

screenshot

Download Share.js Extension CRX File

Download Share.js extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Share.js Share.js
ID hknmadpbjapcmmggkpndokongeeibgep
Official URL https://chromewebstore.google.com/detail/sharejs/hknmadpbjapcmmggkpndokongeeibgep
Description Share.js 是一个非常轻量级的Chrome浏览器插件,用于将当前页面分享到社交网络中,支持非常多的网站分享。无依赖。
File Size 100 KB
Installation Count 13
Current Version 1.0.0
Last Updated 2016-04-26
Publish Date 2016-04-25
Developer https://www.atool.org
Email [email protected]
Payment Type free
Extension Website https://github.com/aTool-org/
Help Page URL https://github.com/aTool-org/
Privacy Policy Page URL https://atool.vip
Supported Languages en-US,zh-CN
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": {
        "256": "res\/icon_256.png",
        "128": "res\/icon_128.png",
        "64": "res\/icon_64.png",
        "32": "res\/icon_32.png",
        "16": "res\/icon_16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [
        "tabs",
        "http:\/\/hust.cc\/"
    ],
    "version": "1.0.0"
}