QR it!

This extension shows the QR code of the current URL address.

Co je QR it!?

QR it! je rozšíření Chrome vyvinuté https://malva.altervista.org, a jeho hlavní funkcí je „This extension shows the QR code of the current URL address.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření QR it!

Stáhněte si soubory rozšíření QR it! 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í

                        QR it! is a simple and cute qrcode generator. This extension converts the actual URL in the adress bar, in a smartphone or table readable qr code.

Tired of typing long adresses on that tiny phone keyboard of yours? 
Of emailing yourself links? 

QR it! is for you.                    

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

Název QR it! QR it!
ID cbbanapabopdclniplcfanpepneilmfj
Oficiální URL https://chromewebstore.google.com/detail/qr-it/cbbanapabopdclniplcfanpepneilmfj
Popis This extension shows the QR code of the current URL address.
Velikost souboru 57.31 KB
Počet instalací 29
Aktuální Verze 1.1
Poslední Aktualizace 2019-04-13
Datum Vydání 2019-04-13
Vývojář https://malva.altervista.org
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR it!",
    "description": "This extension shows the QR code of the current URL address.",
    "version": "1.1",
    "options_page": "options\/options.html",
    "icons": {
        "19": "images\/qrcode19.png",
        "38": "images\/qrcode38.png",
        "48": "images\/qrcode48.png",
        "128": "images\/qrcode128.png"
    },
    "browser_action": {
        "default_icon": "images\/qrcode.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery.qrcode.min.js",
                "popup.js",
                "options\/options.js"
            ]
        }
    ]
}