Quick Qr

You can easily convert this any link to QR and go free with it!

Quick Qr là gì?

Quick Qr là một tiện ích mở rộng Chrome được phát triển bởi https://ssleptsov.blogspot.com, và tính năng chính của nó là "You can easily convert this any link to QR and go free with it!".

Ả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 Quick Qr

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

                        Very useful extension that will convert your current link to QR code, so you can easily scan it on your device and go free with your link.                    

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

Tên Quick Qr Quick Qr
ID afifoohmohbfgaknonkiooaddfmmckia
URL Chính Thức https://chromewebstore.google.com/detail/quick-qr/afifoohmohbfgaknonkiooaddfmmckia
Mô tả You can easily convert this any link to QR and go free with it!
Kích Thước Tệp 211 KB
Số Lần Cài Đặt 66
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-03-07
Ngày Phát Hành 2016-03-07
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://ssleptsov.blogspot.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "page_action": {
        "default_icon": "images\/Qr-ice-19.png",
        "default_popup": "popup.html",
        "default_title": "You can easily convert any link to QR and go free with it!"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "You can easily convert this any link to QR and go free with it!",
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jquery-1.9.1.min.js",
            "js\/qrcode.js",
            "js\/jquery.qrcode.js"
        ]
    },
    "name": "Quick Qr",
    "permissions": [
        "tabs"
    ],
    "offline_enabled": true,
    "icons": {
        "48": "images\/Qr-ice-48.png",
        "128": "images\/Qr-ice-128.png",
        "256": "images\/Qr-ice-256.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "version": "1.0.1"
}