QR Code Generator

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

Cos'è QR Code Generator?

QR Code Generator è un'estensione di Chrome sviluppata da QR Code App, e la sua funzione principale è "QR Code fastest way to generate or scan QR codes. Decode QR Code in image or use webcam.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione QR Code Generator

Scarica i file di estensione 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

                        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!                    

Informazioni di Base sull'Estensione

Nome QR Code Generator QR Code Generator
ID hoeiookpkijlnjdafhaclpdbfflelmci
URL Ufficiale https://chromewebstore.google.com/detail/qr-code-generator/hoeiookpkijlnjdafhaclpdbfflelmci
Descrizione QR Code fastest way to generate or scan QR codes. Decode QR Code in image or use webcam.
Dimensione del File 151 KB
Conteggio Installazioni 311,599
Versione Corrente 1.0.4
Ultimo Aggiornamento 2023-03-27
Data di Pubblicazione 2022-10-19
Valutazione 4.43/5 Totale 277 Valutazioni
Sviluppatore QR Code App
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/generator-code/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
{
    "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": [
                ""
            ]
        }
    ]
}