QR Code for URL
This extension shows QR code for the current URL
Cos'è QR Code for URL?
QR Code for URL è un'estensione di Chrome sviluppata da khandaa, e la sua funzione principale è "This extension shows QR code for the current URL".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QR Code for URL
Scarica i file di estensione QR Code for URL 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
This extension creates a QR code for the current URL. It is useful to share links when you are browsing internet on a desktop/laptop and would like to share the link from a mobile phone (whatsapp/facebook etc). Anyone who wants to share links through the mobile, this will be an easy way to share the URL.
Informazioni di Base sull'Estensione
Nome | |
ID | occafnjlngbhpeecondimabioglncpbd |
URL Ufficiale | https://chromewebstore.google.com/detail/qr-code-for-url/occafnjlngbhpeecondimabioglncpbd |
Descrizione | This extension shows QR code for the current URL |
Dimensione del File | 5.48 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-06-16 |
Data di Pubblicazione | 2017-06-16 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | khandaa |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code for URL", "description": "This extension shows QR code for the current URL", "version": "1.0", "browser_action": { "default_icon": "qr_copyurl.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/chart.googleapis.com\/chart" ] } |