Screen QR Reader

Read the QR code on the screen.

Screen QR Reader là gì?

Screen QR Reader là một tiện ích mở rộng Chrome được phát triển bởi tk0111, và tính năng chính của nó là "Read the QR code on the screen.".

Ả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 Screen QR Reader

Tải xuống các tệp mở rộng Screen QR Reader 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

                        You can read a QR code from an entire screen, window, or Chrome tab to open a web page.
It is as simple as clicking the extension icon and selecting the window, etc. that contains the QR code.

Features
- QR Codes outside the browser can also be scanned.
- Simple operation with no confusion                    

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

Tên Screen QR Reader Screen QR Reader
ID ekoaehpknadfoaolagjfdefeopkhfhln
URL Chính Thức https://chromewebstore.google.com/detail/screen-qr-reader/ekoaehpknadfoaolagjfdefeopkhfhln
Mô tả Read the QR code on the screen.
Kích Thước Tệp 131 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2023-01-31
Ngày Phát Hành 2023-01-28
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển tk0111
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://tkobayashi0111.github.io/webext-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Screen QR Reader",
    "default_locale": "en",
    "description": "__MSG_Description__",
    "version": "0.1.2",
    "version_name": "0.1.2",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "src\/popup\/popup.html"
    },
    "options_ui": {
        "page": "src\/options\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ]
}