Page to QR Code
Get a QR code of current page with just one click.
Cos'è Page to QR Code?
Page to QR Code è un'estensione di Chrome sviluppata da Jan Rychtář, e la sua funzione principale è "Get a QR code of current page with just one click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Page to QR Code
Scarica i file di estensione Page to QR Code 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
Get a QR code of the current page with just one click. Informazioni di Base sull'Estensione
| Nome | |
| ID | aiilaldmobjhjhlgmpjdchhmbbklphga |
| URL Ufficiale | https://chromewebstore.google.com/detail/page-to-qr-code/aiilaldmobjhjhlgmpjdchhmbbklphga |
| Descrizione | Get a QR code of current page with just one click. |
| Dimensione del File | 7.89 KB |
| Conteggio Installazioni | 43 |
| Versione Corrente | 1.0.4 |
| Ultimo Aggiornamento | 2013-02-27 |
| Data di Pubblicazione | 2013-02-27 |
| Valutazione | 3.67/5 Totale 3 Valutazioni |
| Sviluppatore | Jan Rychtář |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Page to QR Code",
"version": "1.0.4",
"description": "Get a QR code of current page with just one click.",
"browser_action": {
"default_icon": "icon-19.png",
"default_title": "Page to QR"
},
"icons": {
"16": "icon-16.png",
"19": "icon-19.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"background": {
"page": "background.html"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"contextMenus"
],
"manifest_version": 2,
"content_security_policy": "default-src 'none'; script-src 'self'"
} | |