QR Clip and Scan

Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like…

QR Clip and Scanคืออะไร?

QR Clip and Scan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Haru Soft และคุณลักษณะหลักของมันคือ "Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QR Clip and Scan

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

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

                        Scan QR code in image in clipboard.

If you want to scan QR code on your computer, simply take screen-shot(or snip like 'Shif+Win+S' on Windows10) then paste('Ctrl+V') on popup of this extension, this extension scan the QR code.                    

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

ชื่อ QR Clip and Scan QR Clip and Scan
ID lmcaegdggcafolpgdikbahmnbbpdccgm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/qr-clip-and-scan/lmcaegdggcafolpgdikbahmnbbpdccgm
คำอธิบาย Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like…
ขนาดไฟล์ 66.58 KB
จำนวนการติดตั้ง 5,692
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2020-10-28
วันที่เผยแพร่ 2020-10-28
คะแนน 4.11/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Haru Soft
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension
URL หน้าช่วยเหลือ https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QR Clip and Scan",
    "version": "0.0.0.1",
    "icons": {
        "128": "icons\/icon.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon.png"
        },
        "default_title": "QR Clip and Scan",
        "default_popup": "popup\/popup.html",
        "browser_style": false
    },
    "permissions": [
        "tabs",
        "clipboardRead"
    ]
}