QR it!

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

Hvad er QR it!?

QR it! er en Chrome-udvidelse udviklet af https://malva.altervista.org, og dens hovedfunktion er "This extension shows the QR code of the current URL address.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download QR it!-udvidelses-CRX-fil

Download QR it!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn QR it! QR it!
ID cbbanapabopdclniplcfanpepneilmfj
Officiel URL https://chromewebstore.google.com/detail/qr-it/cbbanapabopdclniplcfanpepneilmfj
Beskrivelse This extension shows the QR code of the current URL address.
Filstørrelse 57.31 KB
Antal Installationer 29
Nuværende Version 1.1
Senest Opdateret 2019-04-13
Udgivelsesdato 2019-04-13
Udvikler https://malva.altervista.org
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}