划词分享

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

Cos'è 划词分享?

划词分享 è un'estensione di Chrome sviluppata da echo, e la sua funzione principale è "划词分享,让您随时随地分享好的内容给您的微博、微信、QQ等好友。".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 划词分享

Scarica i file di estensione 划词分享 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

1.2.20
优化分享体验。                    

Informazioni di Base sull'Estensione

Nome 划词分享 划词分享
ID pggmhghelkibjhbgbakialhmndfmoleh
URL Ufficiale https://chromewebstore.google.com/detail/%E5%88%92%E8%AF%8D%E5%88%86%E4%BA%AB/pggmhghelkibjhbgbakialhmndfmoleh
Descrizione 划词分享,让您随时随地分享好的内容给您的微博、微信、QQ等好友。
Dimensione del File 271 KB
Conteggio Installazioni 3,374
Versione Corrente 1.2.20
Ultimo Aggiornamento 2017-03-19
Data di Pubblicazione 2017-03-19
Sviluppatore echo
Tipo di Pagamento free
Lingue Supportate 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"
}