QR Code Generator
Create QR Code quickly
Cos'è QR Code Generator?
QR Code Generator è un'estensione di Chrome sviluppata da https://devehab.com, e la sua funzione principale è "Create QR Code quickly".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QR Code Generator
Scarica i file di estensione QR Code Generator 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
Create your own QR Codes! This App generates QR Codes from free text.
Features:
- Generating QR code quickly.
- Material design user interface.
- Generate QR code from text messages, phone numbers ,links.
- Change the size QR code.
- Save QR code on your device.
- This app can be used even when there is no connection to the Internet.
- Speed in the performance. Informazioni di Base sull'Estensione
| Nome | |
| ID | eiopkgeeaokbolhdhfebipcneblkelcm |
| URL Ufficiale | https://chromewebstore.google.com/detail/qr-code-generator/eiopkgeeaokbolhdhfebipcneblkelcm |
| Descrizione | Create QR Code quickly |
| Dimensione del File | 694 KB |
| Conteggio Installazioni | 1,679 |
| Versione Corrente | 1.0.4 |
| Ultimo Aggiornamento | 2016-05-04 |
| Data di Pubblicazione | 2016-05-04 |
| Valutazione | 4.63/5 Totale 8 Valutazioni |
| Sviluppatore | https://devehab.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en,zh-CN,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "QR Code Generator",
"version": "1.0.4",
"manifest_version": 2,
"description": "Create QR Code quickly",
"short_name": "Create QR Code",
"offline_enabled": true,
"default_locale": "en",
"icons": {
"16": "icon\/icon.png",
"48": "icon\/icon.png",
"128": "icon\/icon.png"
},
"background": {
"persistent": false,
"scripts": [
"js\/event.js"
]
},
"options_page": "index.html",
"browser_action": {
"default_title": "Quick QR Code",
"default_icon": {
"19": "icon\/icon.png",
"38": "icon\/icon.png"
}
},
"permissions": [
"tabs",
"contextMenus"
],
"homepage_url": "http:\/\/devehab.com",
"author": "Ehab Kahwati"
} | |