Zxing QrCode

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

Zxing QrCodeคืออะไร?

Zxing QrCode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dotpower.com และคุณลักษณะหลักของมันคือ "- A chrome extension for reading and generate QR code from webpage. - Porting from an open source zxing…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zxing QrCode

ดาวน์โหลดไฟล์ส่วนขยาย Zxing QrCode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        - 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Zxing QrCode Zxing QrCode
ID alkhadjeibkaaglgeemhkdilpffoohcf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zxing-qrcode/alkhadjeibkaaglgeemhkdilpffoohcf
คำอธิบาย - A chrome extension for reading and generate QR code from webpage. - Porting from an open source zxing…
ขนาดไฟล์ 2.05 MB
จำนวนการติดตั้ง 276
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2022-11-28
วันที่เผยแพร่ 2022-10-19
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา dotpower.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}