Free QR-Code Generator

Customize the design, add a logo, enter the required information and create a QR code!

Qu'est-ce que Free QR-Code Generator ?

Free QR-Code Generator est une extension Chrome développée par https://free-qr.com, et sa fonction principale est "Customize the design, add a logo, enter the required information and create a QR code!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Free QR-Code Generator

Téléchargez les fichiers d'extension Free QR-Code Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Free QR-Code Generator Free QR-Code Generator
ID mienaogfjihpcafkcpghjgalmfpoilia
URL Officiel https://chromewebstore.google.com/detail/free-qr-code-generator/mienaogfjihpcafkcpghjgalmfpoilia
Description Customize the design, add a logo, enter the required information and create a QR code!
Taille du Fichier 333 KB
Nombre d'Installations 359
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-01-21
Date de Publication 2021-01-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://free-qr.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://free-qr.com/
URL de la Page d'Aide https://free-qr.com/
URL de la Page de Politique de Confidentialité https://free-qr.com/privacy-policy
Langues Prises en Charge 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\/"
    ]
}