QR Code Generator

Generates QR Code of the open tab

QR Code Generator là gì?

QR Code Generator là một tiện ích mở rộng Chrome được phát triển bởi https://www.tebaide.it, và tính năng chính của nó là "Generates QR Code of the open tab".

Ả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 Code Generator

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

                        Generates QR Code of the open tab and allows you to take the URL easily.

QR Code is compatible with all barcode reader for Android and iPhone                    

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

Tên QR Code Generator QR Code Generator
ID afcbogfpjabfpakdggggehomjlkofofc
URL Chính Thức https://chromewebstore.google.com/detail/qr-code-generator/afcbogfpjabfpakdggggehomjlkofofc
Mô tả Generates QR Code of the open tab
Kích Thước Tệp 84.83 KB
Số Lần Cài Đặt 661
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2013-06-25
Ngày Phát Hành 2013-06-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.tebaide.it
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "description": "Generates QR Code of the open tab",
    "browser_action": {
        "default_title": "QR Code Generator",
        "default_icon": "images\/icon_128.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "images\/icon_128.png",
        "24": "images\/icon_24.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "QR Code Generator",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "clipboardWrite"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4"
}