making QRCode of the url

making QRCode of the url

Was ist making QRCode of the url?

making QRCode of the url ist eine Chrome-Erweiterung, die von yanghongbo entwickelt wurde, und ihr Hauptmerkmal ist "making QRCode of the url".

Erweiterungsscreenshots

screenshot

making QRCode of the url-Erweiterungs-CRX-Datei herunterladen

Laden Sie making QRCode of the url-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        It makes your current tab url as QRCode, You can scan it through a Mobile Phone Scanner(eg, WeChat, for sharing Website)
Open Sourced @ https://github.com/sprhawk/QRUrl


下载豆瓣.FM歌曲插件: https://chrome.google.com/webstore/detail/%E8%B1%86%E7%93%A3fm%E6%AD%8C%E6%9B%B2%E4%B8%8B%E8%BD%BD/gfkgcfdeldjmbfoigpfcccaikfognafd                    

Grundlegende Informationen zur Erweiterung

Name making QRCode of the url making QRCode of the url
ID gjgcfgihcndpmadahcnmfhgggpimgddo
Offizielle URL https://chromewebstore.google.com/detail/making-qrcode-of-the-url/gjgcfgihcndpmadahcnmfhgggpimgddo
Beschreibung making QRCode of the url
Dateigröße 73.99 KB
Installationsanzahl 23
Aktuelle Version 1.0.2
Letztes Update 2014-06-11
Veröffentlichungsdatum 2014-06-11
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler yanghongbo
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "making QRCode of the url",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "making QRCode of the url",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png",
        "256": "icon256.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "background": {
        "scripts": [
            "qrcodejs\/qrcode.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "QRCode URL",
        "default_popup": "popup.html"
    }
}