QrURL

create a qrcode from an url

Apa itu QrURL?

QrURL adalah ekstensi Chrome yang dikembangkan oleh https://qrurl.it, dan fitur utamanya adalah "create a qrcode from an url".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi QrURL

Unduh file ekstensi QrURL 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

                        A QR code (abbreviated from Quick Response code) is a type of matrix barcode (or two-dimensional code) designed to be read by smartphones. Using QRUrl you can translate any literal URI to a QR code and then use it to share your site in the physical world.                    

Informasi Dasar Ekstensi

Nama QrURL QrURL
ID ckcagfpjgmmncmkgdilpjbkleijonafi
URL Resmi https://chromewebstore.google.com/detail/qrurl/ckcagfpjgmmncmkgdilpjbkleijonafi
Deskripsi create a qrcode from an url
Ukuran File 14.45 KB
Jumlah Instalasi 115
Versi Saat Ini 0.4.3
Terakhir Diperbarui 2017-09-28
Tanggal Publikasi 2017-09-28
Pengembang https://qrurl.it
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://qrurl.it
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QrURL",
    "version": "0.4.3",
    "description": "create a qrcode from an url",
    "background_page": "background.html",
    "browser_action": {
        "default_icon": "icon-128.png",
        "popup": "popup.html"
    },
    "homepage_url": "http:\/\/qrurl.it",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}