二维码分享专家 QRcode Master

二维码分享专家,是一个把当前页面地址做成一个二维码,特别支持水木和知乎。

Cos'è 二维码分享专家 QRcode Master?

二维码分享专家 QRcode Master è un'estensione di Chrome sviluppata da cobola, e la sua funzione principale è "二维码分享专家,是一个把当前页面地址做成一个二维码,特别支持水木和知乎。".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione 二维码分享专家 QRcode Master

Scarica i file di estensione 二维码分享专家 QRcode Master 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

                        二维码分享专家,是一个把当前页面地址做成一个二维码,方便手机扫描,从而分享网址的工具。

支持所有网站的地址,

支持所有网站的图片分享.

支持选中的文字生成二维码。

支持多国语言。

特别支持知乎的问题和答案分享,水木社区的帖子和回复。

如果你有特别的网站需要支持,欢迎告诉我们。

QRcode Master can Generate qrcode from url,image,selected text;

special support zhihu.com and newsmth.net .

generate the question and answer qrcode from zhihu.com  and post and reply from newsmth.net


it will support more in the future ,if you need a special support for some website ,plz tell us.                    

Informazioni di Base sull'Estensione

Nome 二维码分享专家 QRcode Master 二维码分享专家 QRcode Master
ID eandllggnghikbggfgifghhbhfahojfm
URL Ufficiale https://chromewebstore.google.com/detail/%E4%BA%8C%E7%BB%B4%E7%A0%81%E5%88%86%E4%BA%AB%E4%B8%93%E5%AE%B6-qrcode-master/eandllggnghikbggfgifghhbhfahojfm
Descrizione 二维码分享专家,是一个把当前页面地址做成一个二维码,特别支持水木和知乎。
Dimensione del File 68.77 KB
Conteggio Installazioni 103
Versione Corrente 1.5
Ultimo Aggiornamento 2014-08-13
Data di Pubblicazione 2014-08-12
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore cobola
Tipo di Pagamento free
Lingue Supportate en-US,es,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_chrome_extension_name__",
    "description": "__MSG_chrome_extension_description__",
    "version": "1.5",
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*.zhihu.com\/*",
        "http:\/\/*.125806.com\/*",
        "http:\/\/*.pengtou.org\/*",
        "unlimitedStorage"
    ],
    "default_locale": "zh_CN",
    "browser_action": {
        "default_title": "__MSG_browser_action_title__",
        "default_icon": "icons\/icon32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "jquery.qrcode.min.js",
                "jquery.popupoverlay.js",
                "qr.js"
            ],
            "css": [
                "qr.css"
            ]
        }
    ]
}