QRLink

Generate QR code for any page to allow link sharing from browser to other devices.

QRLink là gì?

QRLink là một tiện ích mở rộng Chrome được phát triển bởi Rafik Tighilt, và tính năng chính của nó là "Generate QR code for any page to allow link sharing from browser to other devices.".

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

screenshot
screenshot

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

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

                        QRL (for QR link) allows you to quickly share links between your browser window and your devices (mobile, tablets etc...). Just click on the extension button and scan the QR code to open it on your phone.                    

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

Tên QRLink QRLink
ID lehfdkbjieiagnjphoijdnmoknhegigg
URL Chính Thức https://chromewebstore.google.com/detail/qrlink/lehfdkbjieiagnjphoijdnmoknhegigg
Mô tả Generate QR code for any page to allow link sharing from browser to other devices.
Kích Thước Tệp 96.83 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-10-03
Ngày Phát Hành 2017-10-03
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Rafik Tighilt
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",
    "manifest_version": 2,
    "name": "QRLink",
    "short_name": "QRL",
    "description": "Generate QR code for any page to allow link sharing from browser to other devices.",
    "version": "1.0",
    "author": "Rafik TIGHILT",
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html",
        "default_title": "Generate QRCode for this page"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}