The Quick QR Code - Multi-scene decoding tool

Full-featured QR Code Extension(The Quick QR Code): QR code generation, camera decoding, screenshot decoding, picture decoding, etc.

The Quick QR Code - Multi-scene decoding toolคืออะไร?

The Quick QR Code - Multi-scene decoding tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://qrcd.org และคุณลักษณะหลักของมันคือ "Full-featured QR Code Extension(The Quick QR Code): QR code generation, camera decoding, screenshot decoding, picture decoding, etc."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Quick QR Code - Multi-scene decoding tool

ดาวน์โหลดไฟล์ส่วนขยาย The Quick QR Code - Multi-scene decoding tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Probably the best qr code generation and recognition plugin on the market.Adhering to the tiny but useful ideas, Here are some of its features:

1. Quickly generate QR code
2. Camera decoding and picture decoding
3. Web page screenshot decoding
4. QRCode can be downloaded and saved
5. Support dynamic IP replacement
6. Support QRCode generation and recognition
7. Support identify the QR code in the video
8. Support history and history import and export
9. More international language support
10. Support offline operation
11. Support for short links
12. Support novice guidance
13. Support shortcut keys
14. Quick and friendly experience                    

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

ชื่อ The Quick QR Code - Multi-scene decoding tool The Quick QR Code - Multi-scene decoding tool
ID eefoinodjigoedmfjkbikmdhecggljgc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/the-quick-qr-code-multi-s/eefoinodjigoedmfjkbikmdhecggljgc
คำอธิบาย Full-featured QR Code Extension(The Quick QR Code): QR code generation, camera decoding, screenshot decoding, picture decoding, etc.
ขนาดไฟล์ 805 KB
จำนวนการติดตั้ง 12,745
เวอร์ชันปัจจุบัน 3.7.3
อัปเดตครั้งล่าสุด 2023-09-09
วันที่เผยแพร่ 2020-06-14
คะแนน 4.69/5 รวมทั้งหมด 105 คะแนน
ผู้พัฒนา https://qrcd.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://qrcd.org/
URL หน้าช่วยเหลือ https://qrcd.org/
URL หน้านโยบายความเป็นส่วนตัว https://cloudqrcode.web.app/privacy.htm
ภาษาที่รองรับ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "3.7.3",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "scripts\/service-worker.js"
    },
    "options_page": "pages\/options.html",
    "options_ui": {
        "page": "pages\/options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "\/scripts\/jquery.min.js",
                "\/scripts\/jquery.Jcrop.js",
                "\/scripts\/content.js",
                "\/scripts\/vendors.js"
            ],
            "css": [
                "\/styles\/jquery.Jcrop.css",
                "\/styles\/content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup_m.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "notifications",
        "unlimitedStorage",
        "storage",
        "alarms",
        "offscreen"
    ],
    "host_permissions": [
        ""
    ],
    "offline_enabled": true,
    "minimum_chrome_version": "109"
}