划词分享

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

What is 划词分享?

划词分享 is a Chrome extension developed by echo, and its main feature is "划词分享,让您随时随地分享好的内容给您的微博、微信、QQ等好友。".

Extension Screenshots

screenshot
screenshot

Download 划词分享 Extension CRX File

Download 划词分享 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

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

1.2.20
优化分享体验。                    

Extension Basic Information

Name 划词分享 划词分享
ID pggmhghelkibjhbgbakialhmndfmoleh
Official URL https://chromewebstore.google.com/detail/%E5%88%92%E8%AF%8D%E5%88%86%E4%BA%AB/pggmhghelkibjhbgbakialhmndfmoleh
Description 划词分享,让您随时随地分享好的内容给您的微博、微信、QQ等好友。
File Size 271 KB
Installation Count 3,374
Current Version 1.2.20
Last Updated 2017-03-19
Publish Date 2017-03-19
Developer echo
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "manifest_version": 2,
    "version": "1.2.20",
    "name": "\u5212\u8bcd\u5206\u4eab",
    "description": "\u5212\u8bcd\u5206\u4eab\uff0c\u8ba9\u60a8\u968f\u65f6\u968f\u5730\u5206\u4eab\u597d\u7684\u5185\u5bb9\u7ed9\u60a8\u7684\u5fae\u535a\u3001\u5fae\u4fe1\u3001QQ\u7b49\u597d\u53cb\u3002",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_title": "\u5212\u8bcd\u5206\u4eab",
        "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"
}