Sweet二维码生成器

快速生成你想要的二维码

Cos'è Sweet二维码生成器?

Sweet二维码生成器 è un'estensione di Chrome sviluppata da https://mujiang.info, e la sua funzione principale è "快速生成你想要的二维码".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Sweet二维码生成器

Scarica i file di estensione Sweet二维码生成器 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

                        贴心地给你创建二维码,让手机去扫描保存。点击插件图标可以显示本页url的二维码。在页面上选择文字、图片、链接点击右键也可以创建相应地验证码                    

Informazioni di Base sull'Estensione

Nome Sweet二维码生成器 Sweet二维码生成器
ID anphjljedkjpfppcialbhbhlpeknhagf
URL Ufficiale https://chromewebstore.google.com/detail/sweet%E4%BA%8C%E7%BB%B4%E7%A0%81%E7%94%9F%E6%88%90%E5%99%A8/anphjljedkjpfppcialbhbhlpeknhagf
Descrizione 快速生成你想要的二维码
Dimensione del File 651 KB
Conteggio Installazioni 654
Versione Corrente 7
Ultimo Aggiornamento 2015-08-12
Data di Pubblicazione 2015-08-11
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore https://mujiang.info
Tipo di Pagamento free
Sito Web dell'Estensione http://mujiang.info/
URL della Pagina di Aiuto http://mujiang.info/
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sweet\u4e8c\u7ef4\u7801\u751f\u6210\u5668",
    "description": "\u5feb\u901f\u751f\u6210\u4f60\u60f3\u8981\u7684\u4e8c\u7ef4\u7801",
    "version": "7",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png",
            "128": "images\/icon-128.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "activeTab"
    ],
    "web_accessible_resources": [
        "index.html",
        "*.js",
        "*.css",
        "*.html",
        "*.map"
    ],
    "author": "\u6b22\u4e50\u6728\u5320\u827e\u745e\u514b",
    "homepage_url": "http:\/\/mujiang.info\/"
}