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是由QR Code App开发的Chrome扩展程序,该扩展的主要功能是“QR Code fastest way to generate or scan QR codes. Decode QR Code in image or use webcam.”。

扩展截图

screenshot
screenshot
screenshot

下载QR Code Generator扩展crx文件

下载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": [
                ""
            ]
        }
    ]
}