QR Code Tools
Generate a QR Code for the current page or your text
Cos'è QR Code Tools?
QR Code Tools è un'estensione di Chrome sviluppata da kimown, e la sua funzione principale è "Generate a QR Code for the current page or your text".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QR Code Tools
Scarica i file di estensione QR Code Tools 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 a QR Code for the current page or your text. Informazioni di Base sull'Estensione
| Nome | |
| ID | ocbhppgblkpojkpebamblimobggeaobi |
| URL Ufficiale | https://chromewebstore.google.com/detail/qr-code-tools/ocbhppgblkpojkpebamblimobggeaobi |
| Descrizione | Generate a QR Code for the current page or your text |
| Dimensione del File | 25.42 KB |
| Conteggio Installazioni | 32 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2016-07-23 |
| Data di Pubblicazione | 2016-07-23 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | kimown |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "QR Code Tools",
"description": "Generate a QR Code for the current page or your text",
"version": "1.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"popup.js"
]
}
],
"permissions": [
"activeTab",
"tabs"
]
} | |