QCODE 二维码、短链接 生成工具

生成当前页面的二维码、短链接

Cos'è QCODE 二维码、短链接 生成工具?

QCODE 二维码、短链接 生成工具 è un'estensione di Chrome sviluppata da Where, e la sua funzione principale è "生成当前页面的二维码、短链接".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione QCODE 二维码、短链接 生成工具

Scarica i file di estensione QCODE 二维码、短链接 生成工具 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

                        生成基于当前页面链接的二维码和短链接。
注:
1. 二维码生成服务由  https://github.com/davidshimjs/qrcodejs/ 提供服务
2. 短链接生成服务由 https://u.nu/                    

Informazioni di Base sull'Estensione

Nome QCODE 二维码、短链接 生成工具 QCODE 二维码、短链接 生成工具
ID aefjmcpolambjjegdnmpcblmldcoebdm
URL Ufficiale https://chromewebstore.google.com/detail/qcode-%E4%BA%8C%E7%BB%B4%E7%A0%81%E3%80%81%E7%9F%AD%E9%93%BE%E6%8E%A5-%E7%94%9F%E6%88%90%E5%B7%A5%E5%85%B7/aefjmcpolambjjegdnmpcblmldcoebdm
Descrizione 生成当前页面的二维码、短链接
Dimensione del File 104 KB
Conteggio Installazioni 160
Versione Corrente 1.7.3
Ultimo Aggiornamento 2018-02-05
Data di Pubblicazione 2018-02-05
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore Where
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/moorper/qcode/issues
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QCODE \u4e8c\u7ef4\u7801\u3001\u77ed\u94fe\u63a5 \u751f\u6210\u5de5\u5177",
    "description": "\u751f\u6210\u5f53\u524d\u9875\u9762\u7684\u4e8c\u7ef4\u7801\u3001\u77ed\u94fe\u63a5",
    "version": "1.7.3",
    "manifest_version": 2,
    "icons": {
        "128": "img\/icon-128.png",
        "48": "img\/icon-48.png",
        "16": "img\/icon-16.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon-16.png",
            "38": "img\/icon-48.png"
        },
        "default_title": "QCODE",
        "default_popup": "popup.html"
    },
    "options_page": "option.html",
    "permissions": [
        "https:\/\/*\/*",
        "tabs"
    ]
}