QRL

Convert your URL or any other text into a QR Code to open in your Mobile Device.

QRL là gì?

QRL là một tiện ích mở rộng Chrome được phát triển bởi Abhijith Nandagopal, và tính năng chính của nó là "Convert your URL or any other text into a QR Code to open in your Mobile Device.".

Ả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 QRL

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

                        Prevents you from either typing everything into your mobile device or sending it via Gmail or other tedious methods. Just click the extension to generate a QR Code, scan it and Voila!

It uses only the 'tabs' permission to get the current active tab. 

Codes, Paragraphs, Lyrics, Messages and more can be converted into a QR Code. 

Works completely offline. 
Supported by all mainstream QR Code readers. 

P.S. The 'Reads your browsing history' permission is actually the tabs permission. No data is being stored or misused. Your privacy is of utmost value.                    

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

Tên QRL QRL
ID pbceohndbholgidpofipojlpfdcimlgf
URL Chính Thức https://chromewebstore.google.com/detail/qrl/pbceohndbholgidpofipojlpfdcimlgf
Mô tả Convert your URL or any other text into a QR Code to open in your Mobile Device.
Kích Thước Tệp 48.59 KB
Số Lần Cài Đặt 179
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-10-03
Ngày Phát Hành 2018-10-02
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Abhijith Nandagopal
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QRL",
    "version": "1.0",
    "description": "Convert your URL or any other text into a QR Code to open in your Mobile Device.",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "Abhijith Nandagopal",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}