Free QR-Code Generator
Customize the design, add a logo, enter the required information and create a QR code!
Cos'è Free QR-Code Generator?
Free QR-Code Generator è un'estensione di Chrome sviluppata da https://free-qr.com, e la sua funzione principale è "Customize the design, add a logo, enter the required information and create a QR code!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Free QR-Code Generator
Scarica i file di estensione Free 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
Generator QR code will help you create QR codes easy, for free of charge and without registration. The QR code will be available for download in PNG, EPS and vector SVG formats.
Informazioni di Base sull'Estensione
Nome | Free QR-Code Generator |
ID | mienaogfjihpcafkcpghjgalmfpoilia |
URL Ufficiale | https://chromewebstore.google.com/detail/free-qr-code-generator/mienaogfjihpcafkcpghjgalmfpoilia |
Descrizione | Customize the design, add a logo, enter the required information and create a QR code! |
Dimensione del File | 333 KB |
Conteggio Installazioni | 359 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2021-01-21 |
Data di Pubblicazione | 2021-01-21 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://free-qr.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://free-qr.com/ |
URL della Pagina di Aiuto | https://free-qr.com/ |
URL della Pagina della Politica sulla Privacy | https://free-qr.com/privacy-policy |
Lingue Supportate | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "page": "back.html", "persistent": false }, "browser_action": { "default_icon": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "default_popup": "index.html", "default_title": "Free QR-Code Generator" }, "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "content_security_policy": "script-src 'self' https:\/\/free-qr.com\/ object-src 'self'", "default_locale": "en", "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "web_accessible_resources": [ "options.html" ], "homepage_url": "https:\/\/free-qr.com\/", "name": "Free QR-Code Generator", "short_name": "__MSG_short_name__", "description": "__MSG_description__", "permissions": [ "https:\/\/free-qr.com\/" ] } |