QR creator

Create QR code for current url.

Cos'è QR creator?

QR creator è un'estensione di Chrome sviluppata da Uğur KINIK, e la sua funzione principale è "Create QR code for current url.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione QR creator

Scarica i file di estensione QR creator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome QR creator QR creator
ID bnapnikdipejhnceiohjeldjopimjecf
URL Ufficiale https://chromewebstore.google.com/detail/qr-creator/bnapnikdipejhnceiohjeldjopimjecf
Descrizione Create QR code for current url.
Dimensione del File 42.96 KB
Conteggio Installazioni 12,382
Versione Corrente 0.3
Ultimo Aggiornamento 2021-06-03
Data di Pubblicazione 2016-08-01
Valutazione 4.33/5 Totale 12 Valutazioni
Sviluppatore Uğur KINIK
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/kinix/qr-creator-chrome-extension
Lingue Supportate 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
}