简单 QR 生成器

根据当前页面的 URL 生成 QR 码

Cos'è 简单 QR 生成器?

简单 QR 生成器 è un'estensione di Chrome sviluppata da https://www.gracecode.com, e la sua funzione principale è "根据当前页面的 URL 生成 QR 码".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 简单 QR 生成器

Scarica i file di estensione 简单 QR 生成器 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

                        根据当前 Tab 窗口 URL 生成 QR 码,支持在移动端打开、扫描分享到微信等。

* Share to WeChat: Use WeChat's Mobile client to scan two-dimensional code sharing page to the micro-channel circle of friends.
* Save QR Image: Drag the image to your desktop(or other location what you want), the image type is PNG.

This is an open source project: https://github.com/feelinglucky/chrome-plugin-simple-qr-generator                    

Informazioni di Base sull'Estensione

Nome 简单 QR 生成器 简单 QR 生成器
ID ajaomcmkalmeeahjfdklkcjbljhbokjl
URL Ufficiale https://chromewebstore.google.com/detail/%E7%AE%80%E5%8D%95-qr-%E7%94%9F%E6%88%90%E5%99%A8/ajaomcmkalmeeahjfdklkcjbljhbokjl
Descrizione 根据当前页面的 URL 生成 QR 码
Dimensione del File 41.07 KB
Conteggio Installazioni 2,247
Versione Corrente 1.1.0
Ultimo Aggiornamento 2017-01-01
Data di Pubblicazione 2016-12-31
Valutazione 4.54/5 Totale 24 Valutazioni
Sviluppatore https://www.gracecode.com
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/feelinglucky/chrome-plugin-simple-qr-generator
Lingue Supportate en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1.0",
    "default_locale": "zh_CN",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesp__",
    "icons": {
        "128": "icon_128.png",
        "32": "icon_32.png"
    },
    "browser_action": {
        "default_icon": "icon_32.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}