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 là gì?

QR Clip and Scan là một tiện ích mở rộng Chrome được phát triển bởi Haru Soft, và tính năng chính của nó là "Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng QR Clip and Scan

Tải xuống các tệp mở rộng QR Clip and Scan dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên QR Clip and Scan QR Clip and Scan
ID lmcaegdggcafolpgdikbahmnbbpdccgm
URL Chính Thức https://chromewebstore.google.com/detail/qr-clip-and-scan/lmcaegdggcafolpgdikbahmnbbpdccgm
Mô tả Scan QR code in image in clipboard. If you want to scan QR code on your computer, simply take screen-shot(or snip like…
Kích Thước Tệp 66.58 KB
Số Lần Cài Đặt 5,692
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2020-10-28
Ngày Phát Hành 2020-10-28
Đánh Giá 4.11/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Haru Soft
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension
URL Trang Trợ Giúp https://github.com/shuheydev/ReadQR_FromClipboard_Chrome_Extension
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}