Zxing QrCode

- A chrome extension for reading and generate QR code from webpage. - Porting from an open source zxing…

What is Zxing QrCode?

Zxing QrCode is a Chrome extension developed by dotpower.com, and its main feature is "- A chrome extension for reading and generate QR code from webpage. - Porting from an open source zxing…".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Zxing QrCode Extension CRX File

Download Zxing QrCode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - A chrome extension for reading and generate QR code from webpage.
- Porting from an open source zxing (https://github.com/zxing/zxing) ,
      ZXing QrCode supports multi-format 1D/2D barcode .
- 1D product support: UPC-A, UPC-E , EAN-8, EAN-13, UPC/EAN Extension 2/5.
- 1D industrial support: Code 39, Code 93, Code 128, Codabar, ITF.
- 2D	support: QR Code, Data Matrix, Aztec, PDF 417, MaxiCode, RSS-14, RSS-Expanded.
- Output result support: text, png image, svg image .
- Qr Code support  customize shape, logo
Usage:
      Scan  code: Click extension's icon to scan .
      Generate   : select tab 'generate' and input your text                    

Extension Basic Information

Name Zxing QrCode Zxing QrCode
ID alkhadjeibkaaglgeemhkdilpffoohcf
Official URL https://chromewebstore.google.com/detail/zxing-qrcode/alkhadjeibkaaglgeemhkdilpffoohcf
Description - A chrome extension for reading and generate QR code from webpage. - Porting from an open source zxing…
File Size 2.05 MB
Installation Count 276
Current Version 1.4
Last Updated 2022-11-28
Publish Date 2022-10-19
Rating 5.00/5 Total 2 Ratings
Developer dotpower.com
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zxing QrCode",
    "version": "1.4",
    "manifest_version": 3,
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "service_worker": "app\/app.nocache.js"
    },
    "content_scripts": [
        {
            "js": [
                "app\/app.nocache.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "downloads",
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "optional_permissions": [],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_title": "Zxing QrCode",
        "default_icon": "32.png",
        "default_popup": "index.html"
    }
}