URL to QRCode

get the qrcode of current url

Co je URL to QRCode?

URL to QRCode je rozšíření Chrome vyvinuté zhihuzeye, a jeho hlavní funkcí je „get the qrcode of current url“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření URL to QRCode

Stáhněte si soubory rozšíření URL to QRCode ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        The fastest qrcode generator.You can get the qrcode of current url by clicking the button simply.
最快的二维码生成器;
快速获取当前页面地址的二维码。                    

Základní Informace o Rozšíření

Název URL to QRCode URL to QRCode
ID hbgipmdmmhiicemlmjglcepdpkodgcpe
Oficiální URL https://chromewebstore.google.com/detail/url-to-qrcode/hbgipmdmmhiicemlmjglcepdpkodgcpe
Popis get the qrcode of current url
Velikost souboru 32.12 KB
Počet instalací 158
Aktuální Verze 1.1
Poslední Aktualizace 2014-08-15
Datum Vydání 2014-08-14
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář zhihuzeye
Typ Platby free
Webové stránky Rozšíření https://github.com/imyelo/chrome-url-to-qrcode
URL Stránky Nápovědy https://github.com/imyelo/chrome-url-to-qrcode/issues
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL to QRCode",
    "version": "1.1",
    "description": "get the qrcode of current url",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "URL to QRCode",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}