QR creator

Create QR code for current url.

Apa itu QR creator?

QR creator adalah ekstensi Chrome yang dikembangkan oleh Uğur KINIK, dan fitur utamanya adalah "Create QR code for current url.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi QR creator

Unduh file ekstensi QR creator 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

                        When you click extension icon, it shows you a QR code for current webpage. You can use this QR code to reach this website on another device like your smartphones.                    

Informasi Dasar Ekstensi

Nama QR creator QR creator
ID bnapnikdipejhnceiohjeldjopimjecf
URL Resmi https://chromewebstore.google.com/detail/qr-creator/bnapnikdipejhnceiohjeldjopimjecf
Deskripsi Create QR code for current url.
Ukuran File 42.96 KB
Jumlah Instalasi 12,382
Versi Saat Ini 0.3
Terakhir Diperbarui 2021-06-03
Tanggal Publikasi 2016-08-01
Penilaian 4.33/5 Total 12 Penilaian
Pengembang Uğur KINIK
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/kinix/qr-creator-chrome-extension
Bahasa yang Didukung en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.3",
    "icons": {
        "16": "icons\/qr.png",
        "48": "icons\/qr.png",
        "128": "icons\/qr.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icons\/qr.png",
        "default_popup": "index.html"
    },
    "manifest_version": 2
}