QR Code Phone

The qr code generated from the phone number of the selected, so you can sweep the QR to phone call. Try it come on~~

QR Code Phone là gì?

QR Code Phone là một tiện ích mở rộng Chrome được phát triển bởi wgq0319, và tính năng chính của nó là "The qr code generated from the phone number of the selected, so you can sweep the QR to phone call. Try it come on~~".

Ả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 QR Code Phone

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

                        The qr code generated from the phone number of the selected, so you can sweep the QR to phone call. Try it come on~~                    

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

Tên QR Code Phone QR Code Phone
ID mhidpfeenjifbbbcnijolopngmhfkono
URL Chính Thức https://chromewebstore.google.com/detail/qr-code-phone/mhidpfeenjifbbbcnijolopngmhfkono
Mô tả The qr code generated from the phone number of the selected, so you can sweep the QR to phone call. Try it come on~~
Kích Thước Tệp 152 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2015-07-02
Ngày Phát Hành 2015-07-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển wgq0319
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,zh-CN
manifest.json
{
    "name": "__MSG_extName__",
    "default_locale": "zh_CN",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "__MSG_extDes__",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_extTitle__"
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "core\/js\/jquery.min.js",
                "core\/js\/jquery.qrcode.min.js",
                "core\/js\/select.js",
                "injected.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "core\/images\/arrow_left.gif",
        "core\/images\/arrow_right.gif",
        "core\/images\/phoneIcon.png"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}