QR Code for URL

This extension shows QR code for the current URL

QR Code for URL là gì?

QR Code for URL là một tiện ích mở rộng Chrome được phát triển bởi khandaa, và tính năng chính của nó là "This extension shows QR code for the current URL".

Ả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 for URL

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

                        This extension creates a QR code for the current URL. It is useful to share links when you are browsing internet on a desktop/laptop and would like to share the link from a mobile phone (whatsapp/facebook etc).

Anyone who wants to share links through the mobile, this will be an easy way to share the URL.                    

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

Tên QR Code for URL QR Code for URL
ID occafnjlngbhpeecondimabioglncpbd
URL Chính Thức https://chromewebstore.google.com/detail/qr-code-for-url/occafnjlngbhpeecondimabioglncpbd
Mô tả This extension shows QR code for the current URL
Kích Thước Tệp 5.48 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-06-16
Ngày Phát Hành 2017-06-16
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển khandaa
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": "QR Code for URL",
    "description": "This extension shows QR code for the current URL",
    "version": "1.0",
    "browser_action": {
        "default_icon": "qr_copyurl.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/chart.googleapis.com\/chart"
    ]
}