QR it!
This extension shows the QR code of the current URL address.
Cos'è QR it!?
QR it! è un'estensione di Chrome sviluppata da https://malva.altervista.org, e la sua funzione principale è "This extension shows the QR code of the current URL address.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QR it!
Scarica i file di estensione QR it! 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
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.
Informazioni di Base sull'Estensione
Nome | QR it! |
ID | cbbanapabopdclniplcfanpepneilmfj |
URL Ufficiale | https://chromewebstore.google.com/detail/qr-it/cbbanapabopdclniplcfanpepneilmfj |
Descrizione | This extension shows the QR code of the current URL address. |
Dimensione del File | 57.31 KB |
Conteggio Installazioni | 29 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-04-13 |
Data di Pubblicazione | 2019-04-13 |
Sviluppatore | https://malva.altervista.org |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |