QR it!

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

Apa itu QR it!?

QR it! adalah ekstensi Chrome yang dikembangkan oleh https://malva.altervista.org, dan fitur utamanya adalah "This extension shows the QR code of the current URL address.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi QR it!

Unduh file ekstensi QR it! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama QR it! QR it!
ID cbbanapabopdclniplcfanpepneilmfj
URL Resmi https://chromewebstore.google.com/detail/qr-it/cbbanapabopdclniplcfanpepneilmfj
Deskripsi This extension shows the QR code of the current URL address.
Ukuran File 57.31 KB
Jumlah Instalasi 29
Versi Saat Ini 1.1
Terakhir Diperbarui 2019-04-13
Tanggal Publikasi 2019-04-13
Pengembang https://malva.altervista.org
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}