Online QR Code Generator
Online QR Code Generator is a free, online, real-time QR code generation solution, start creating your QR code barcodes now!
Cos'è Online QR Code Generator?
Online QR Code Generator è un'estensione di Chrome sviluppata da https://www.online-qrcode-generator.com, e la sua funzione principale è "Online QR Code Generator is a free, online, real-time QR code generation solution, start creating your QR code barcodes now!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Online QR Code Generator
Scarica i file di estensione Online 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
Online QR Code Generator is a free online real-time QR code generation solution that automatically obtains the QR code of the current address. Start creating your QR code now! Informazioni di Base sull'Estensione
| Nome | |
| ID | ldkfghicdollojhmldmphpkojbkifekd |
| URL Ufficiale | https://chromewebstore.google.com/detail/online-qr-code-generator/ldkfghicdollojhmldmphpkojbkifekd |
| Descrizione | Online QR Code Generator is a free, online, real-time QR code generation solution, start creating your QR code barcodes now! |
| Dimensione del File | 326 KB |
| Conteggio Installazioni | 10,997 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2022-11-08 |
| Data di Pubblicazione | 2022-11-07 |
| Valutazione | 4.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://www.online-qrcode-generator.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.online-qrcode-generator.com/ |
| URL della Pagina di Aiuto | https://www.online-qrcode-generator.com/What-is-a-QR-Code |
| URL della Pagina della Politica sulla Privacy | https://www.onlineconvert.com/privacy-policy |
| Lingue Supportate | id,de,en,en-GB,en-US,fr,nl,vi,tr,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,sr,bg,ru,uk,iw,th,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"short_name": "Online QRCode Converter",
"description": "__MSG_extDesc__",
"version": "1.0.2",
"manifest_version": 3,
"default_locale": "en",
"action": {
"default_popup": "popup.html",
"default_icon": ".\/img\/qrcode-generator.png"
},
"icons": {
"128": ".\/img\/qrcode-generator.png"
},
"permissions": [
"tabs"
]
} | |