QR Code Generator

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

Vad är QR Code Generator?

QR Code Generator är en Chrome-tillägg utvecklad av QR Code App, och dess huvudfunktion är "QR Code fastest way to generate or scan QR codes. Decode QR Code in image or use webcam.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner QR Code Generator-förlängningens CRX-fil

Ladda ner QR Code Generator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn QR Code Generator QR Code Generator
ID hoeiookpkijlnjdafhaclpdbfflelmci
Officiell webbadress https://chromewebstore.google.com/detail/qr-code-generator/hoeiookpkijlnjdafhaclpdbfflelmci
Beskrivning QR Code fastest way to generate or scan QR codes. Decode QR Code in image or use webcam.
Filstorlek 151 KB
Antal Installationer 311,599
Aktuell Version 1.0.4
Senast Uppdaterad 2023-03-27
Publiceringsdatum 2022-10-19
Betyg 4.43/5 Totalt 277 Betyg
Utvecklare QR Code App
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sites.google.com/view/generator-code/privacy-policy
Stödda Språk 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": [
                ""
            ]
        }
    ]
}