Free QR-Code Generator
Customize the design, add a logo, enter the required information and create a QR code!
Wat is Free QR-Code Generator?
Free QR-Code Generator is een Chrome-extensie ontwikkeld door https://free-qr.com, en de belangrijkste functie is "Customize the design, add a logo, enter the required information and create a QR code!".
Extensie Screenshots
Download het CRX-bestand van de extensie Free QR-Code Generator
Download Free QR-Code Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Free QR-Code Generator |
ID | mienaogfjihpcafkcpghjgalmfpoilia |
Officiële URL | https://chromewebstore.google.com/detail/free-qr-code-generator/mienaogfjihpcafkcpghjgalmfpoilia |
Beschrijving | Customize the design, add a logo, enter the required information and create a QR code! |
Bestandsgrootte | 333 KB |
Aantal Installaties | 359 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2021-01-21 |
Publicatiedatum | 2021-01-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://free-qr.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://free-qr.com/ |
Help Pagina-URL | https://free-qr.com/ |
URL van de Privacybeleid Pagina | https://free-qr.com/privacy-policy |
Ondersteunde Talen | 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\/" ] } |