qrcode with scheme
generate qrcode with url scheme
Cos'è qrcode with scheme?
qrcode with scheme è un'estensione di Chrome sviluppata da vivaxy, e la sua funzione principale è "generate qrcode with url scheme".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione qrcode with scheme
Scarica i file di estensione qrcode with scheme 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
Generate qrcode with url schema. Informazioni di Base sull'Estensione
| Nome | |
| ID | nghpcjjmhemilbphegklaehbmoepfokk |
| URL Ufficiale | https://chromewebstore.google.com/detail/qrcode-with-scheme/nghpcjjmhemilbphegklaehbmoepfokk |
| Descrizione | generate qrcode with url scheme |
| Dimensione del File | 28.81 KB |
| Conteggio Installazioni | 65 |
| Versione Corrente | 1.2.6 |
| Ultimo Aggiornamento | 2016-11-21 |
| Data di Pubblicazione | 2016-11-20 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | vivaxy |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/vivaxy/qrcode-chrome |
| URL della Pagina di Aiuto | https://github.com/vivaxy/qrcode-chrome/issues |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "qrcode with scheme",
"version": "1.2.6",
"description": "generate qrcode with url scheme",
"icons": {
"128": "img\/icon.128.png",
"48": "img\/icon.48.png"
},
"browser_action": {
"default_icon": "img\/icon.128.png",
"default_popup": "index.html"
},
"options_ui": {
"page": "options.html",
"chrome_style": true,
"open_in_tab": true
},
"author": "vivaxy",
"homepage_url": "https:\/\/github.com\/vivaxy\/qrcode-chrome",
"permissions": [
"tabs",
"storage"
]
} | |