QRtag.net - The QR Code Generator
Generates an QR Code of the current page.
Cos'è QRtag.net - The QR Code Generator?
QRtag.net - The QR Code Generator è un'estensione di Chrome sviluppata da https://www.qrtag.net, e la sua funzione principale è "Generates an QR Code of the current page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QRtag.net - The QR Code Generator
Scarica i file di estensione QRtag.net - The QR Code Generator 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
Did you ever been on a webpage that you wanted to check on your mobile device? Or did you ever been in a situation where you wanted to share a url with someone next to you? Well this extension may offer a solution. With just one click we created a small and easy readable QR code of the current page. Nothing more and nothing less ;)
Informazioni di Base sull'Estensione
Nome | QRtag.net - The QR Code Generator |
ID | pokbnfbfgmoimplmmbgdaldkbfdnllpc |
URL Ufficiale | https://chromewebstore.google.com/detail/qrtagnet-the-qr-code-gene/pokbnfbfgmoimplmmbgdaldkbfdnllpc |
Descrizione | Generates an QR Code of the current page. |
Dimensione del File | 31.27 KB |
Conteggio Installazioni | 42 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2020-07-17 |
Data di Pubblicazione | 2019-11-07 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.qrtag.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.qrtag.net/ |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QRtag.net - The QR Code Generator", "short_name": "QRtag.net", "description": "Generates an QR Code of the current page.", "version": "1.0.5", "manifest_version": 2, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png", "256": "icon_256.png", "512": "icon_512.png" }, "browser_action": { "default_icon": "icon_128.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |