QR Code Generator

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

Τι είναι το QR Code Generator;

Το QR Code Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον QR Code App, και η κύρια λειτουργία του είναι "QR Code fastest way to generate or scan QR codes. Decode QR Code in image or use webcam.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης QR Code Generator

Λήψη αρχείων επέκτασης QR Code Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα QR Code Generator QR Code Generator
ID hoeiookpkijlnjdafhaclpdbfflelmci
Επίσημο URL https://chromewebstore.google.com/detail/qr-code-generator/hoeiookpkijlnjdafhaclpdbfflelmci
Περιγραφή QR Code fastest way to generate or scan QR codes. Decode QR Code in image or use webcam.
Μέγεθος Αρχείου 151 KB
Αριθμός Εγκαταστάσεων 311,599
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2023-03-27
Ημερομηνία Δημοσίευσης 2022-10-19
Αξιολόγηση 4.43/5 Συνολικά 277 Αξιολογήσεις
Προγραμματιστής QR Code App
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/generator-code/privacy-policy
Υποστηριζόμενες Γλώσσες 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": [
                ""
            ]
        }
    ]
}