QR Code Scanner for Google Chrome™

Unlock the QR code world! Scan with ease using files, USB or built-in camera, or screenshots.

QR Code Scanner for Google Chrome™คืออะไร?

QR Code Scanner for Google Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chat.gpt และคุณลักษณะหลักของมันคือ "Unlock the QR code world! Scan with ease using files, USB or built-in camera, or screenshots."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QR Code Scanner for Google Chrome™

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

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

                        Discover a new way of connecting with the digital world through our QR Code Reader Chrome Extension. This efficient and user-friendly tool unlocks the potential of QR codes in numerous ways, including:

1. File Scanning: No need to print or display QR codes on a separate device. You can conveniently scan QR codes directly from files saved on your computer.

2. Camera Scanning: Whether it's your USB or built-in camera, our extension can read QR codes in real-time. It's quick, easy, and perfect for on-the-go scanning needs.

3. Screen Scanning: If you see a QR code on your screen, you can scan it directly without needing to take a screenshot or save the image. It's efficient, saving you valuable time.

With our QR Code Reader, you have the ability to interact with a world of information in the most convenient way possible. This extension transforms your browser into a versatile QR code scanner, allowing for an immediate connection between the physical and digital worlds. Install now to experience the benefits and revolutionize your browsing experience.                    

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

ชื่อ QR Code Scanner for Google Chrome™ QR Code Scanner for Google Chrome™
ID mcgfkahjhghbjdgiibjfkgpenehdldpg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/qr-code-scanner-for-googl/mcgfkahjhghbjdgiibjfkgpenehdldpg
คำอธิบาย Unlock the QR code world! Scan with ease using files, USB or built-in camera, or screenshots.
ขนาดไฟล์ 241 KB
จำนวนการติดตั้ง 14,264
เวอร์ชันปัจจุบัน 4.1.3
อัปเดตครั้งล่าสุด 2023-09-20
วันที่เผยแพร่ 2023-06-24
คะแนน 4.56/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา chat.gpt
อีเมล [email protected]
ภาษาที่รองรับ 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_appName__",
    "description": "__MSG_appDesc__",
    "manifest_version": 3,
    "version": "4.1.3",
    "icons": {
        "512": "icons\/qr-code-1.png",
        "256": "icons\/qr-code-2.png",
        "128": "icons\/qr-code-3.png",
        "64": "icons\/qr-code-4.png",
        "32": "icons\/qr-code-5.png",
        "24": "icons\/qr-code-6.png",
        "16": "icons\/qr-code-7.png"
    },
    "action": {
        "default_icon": "icons\/qr-code-1.png",
        "default_popup": "html2\/go-popup.html"
    },
    "background": {
        "service_worker": "js\/worker.js"
    },
    "default_locale": "en",
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end",
            "match_about_blank": true
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "activeTab"
    ]
}