QrURL
create a qrcode from an url
Cos'è QrURL?
QrURL è un'estensione di Chrome sviluppata da https://qrurl.it, e la sua funzione principale è "create a qrcode from an url".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QrURL
Scarica i file di estensione QrURL 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
A QR code (abbreviated from Quick Response code) is a type of matrix barcode (or two-dimensional code) designed to be read by smartphones. Using QRUrl you can translate any literal URI to a QR code and then use it to share your site in the physical world. Informazioni di Base sull'Estensione
| Nome | |
| ID | ckcagfpjgmmncmkgdilpjbkleijonafi |
| URL Ufficiale | https://chromewebstore.google.com/detail/qrurl/ckcagfpjgmmncmkgdilpjbkleijonafi |
| Descrizione | create a qrcode from an url |
| Dimensione del File | 14.45 KB |
| Conteggio Installazioni | 115 |
| Versione Corrente | 0.4.3 |
| Ultimo Aggiornamento | 2017-09-28 |
| Data di Pubblicazione | 2017-09-28 |
| Sviluppatore | https://qrurl.it |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://qrurl.it |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "QrURL",
"version": "0.4.3",
"description": "create a qrcode from an url",
"background_page": "background.html",
"browser_action": {
"default_icon": "icon-128.png",
"popup": "popup.html"
},
"homepage_url": "http:\/\/qrurl.it",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |