二维码(QR Code)生成器

快速生成当前页面二维码,扫码二维码即可访问当前页面

Cos'è 二维码(QR Code)生成器?

二维码(QR Code)生成器 è un'estensione di Chrome sviluppata da liuxing, e la sua funzione principale è "快速生成当前页面二维码,扫码二维码即可访问当前页面".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 二维码(QR Code)生成器

Scarica i file di estensione 二维码(QR Code)生成器 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

                        Generates a QR Code from the Page URL of the current tab or anything.                    

Informazioni di Base sull'Estensione

Nome 二维码(QR Code)生成器 二维码(QR Code)生成器
ID oloanaogkpldoickabibfhcainjimbcl
URL Ufficiale https://chromewebstore.google.com/detail/%E4%BA%8C%E7%BB%B4%E7%A0%81qr-code%E7%94%9F%E6%88%90%E5%99%A8/oloanaogkpldoickabibfhcainjimbcl
Descrizione 快速生成当前页面二维码,扫码二维码即可访问当前页面
Dimensione del File 20.55 KB
Conteggio Installazioni 321
Versione Corrente 0.1.0
Ultimo Aggiornamento 2018-05-04
Data di Pubblicazione 2018-05-04
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore liuxing
Email [email protected]
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u4e8c\u7ef4\u7801(QR Code)\u751f\u6210\u5668",
    "version": "0.1.0",
    "description": "\u5feb\u901f\u751f\u6210\u5f53\u524d\u9875\u9762\u4e8c\u7ef4\u7801\uff0c\u626b\u7801\u4e8c\u7ef4\u7801\u5373\u53ef\u8bbf\u95ee\u5f53\u524d\u9875\u9762",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "browser_action": {
        "default_title": "\u4e8c\u7ef4\u7801(sQR Code)\u751f\u6210\u5668",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}