QR Code Generator

QR Code fastest way to generate or scan QR codes. Decode QR Code in image or use webcam.

Was ist QR Code Generator?

QR Code Generator ist eine Chrome-Erweiterung, die von QR Code App entwickelt wurde, und ihr Hauptmerkmal ist "QR Code fastest way to generate or scan QR codes. Decode QR Code in image or use webcam.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

QR Code Generator-Erweiterungs-CRX-Datei herunterladen

Laden Sie QR Code Generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Have you ever felt the need to quickly open an URL on your smartphone while browsing the page on your desktop or laptop? Entering it manually in your mobile browser address bar, copying and sending it via email or messenger are some of the tedious ways to achieve it.

QR Generator extension to scan and generate new QR code. This extension offers a set of very unique features. Which enable users scanning and creating new QR within just a click. 

A powerful Barcode Scanner supports scanning from the camera or local image files and keeps the history of the last 100 scans. It supports almost all known formats, including text, link, ISBN,  coupon, and contact. 

What is a Barcode?
It is a method of representing data in a visual, machine-readable form. Initially, barcodes represented data by varying the widths and spacings of parallel lines.

Thank you for use it, if you like our app, please give it 5 stars for the QR scanner extension!                    

Grundlegende Informationen zur Erweiterung

Name QR Code Generator QR Code Generator
ID hoeiookpkijlnjdafhaclpdbfflelmci
Offizielle URL https://chromewebstore.google.com/detail/qr-code-generator/hoeiookpkijlnjdafhaclpdbfflelmci
Beschreibung QR Code fastest way to generate or scan QR codes. Decode QR Code in image or use webcam.
Dateigröße 151 KB
Installationsanzahl 311,599
Aktuelle Version 1.0.4
Letztes Update 2023-03-27
Veröffentlichungsdatum 2022-10-19
Bewertung 4.43/5 Insgesamt 277 Bewertungen
Entwickler QR Code App
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/generator-code/privacy-policy
Unterstützte Sprachen 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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "offline_enabled": true,
    "version": "1.0.4",
    "manifest_version": 3,
    "icons": {
        "32": "assets\/icons\/icon-32.png",
        "48": "assets\/icons\/icon-48.png",
        "64": "assets\/icons\/icon-64.png",
        "128": "assets\/icons\/icon-128.png"
    },
    "background": {
        "service_worker": "\/static\/bg.js"
    },
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/static\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": "assets\/icons\/icon-32.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/worker.js",
                "\/static\/content.js",
                "\/static\/bg.js",
                "\/scanner\/worker.js",
                "\/css\/popup.css",
                "\/assets\/image\/exit.png",
                "\/assets\/image\/copy.png",
                "\/assets\/image\/image.png",
                "\/assets\/image\/photo.png",
                "\/assets\/image\/rate-us.png",
                "\/assets\/image\/download.png",
                "\/assets\/image\/code.png",
                "\/assets\/icons\/icon-256.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}