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?

QR Code Phone - это расширение Chrome, разработанное wgq0319, и его основная функция - "The qr code generated from the phone number of the selected, so you can sweep the QR to phone call. Try it come on~~".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения QR Code Phone

Скачайте файлы расширений QR Code Phone в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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 QR Code Phone
ID mhidpfeenjifbbbcnijolopngmhfkono
Официальный URL https://chromewebstore.google.com/detail/qr-code-phone/mhidpfeenjifbbbcnijolopngmhfkono
Описание The qr code generated from the phone number of the selected, so you can sweep the QR to phone call. Try it come on~~
Размер файла 152 KB
Количество установок 50
Текущая Версия 0.0.4
Последнее Обновление 2015-07-02
Дата публикации 2015-07-01
Рейтинг 5.00/5 Всего 1 оценок
Разработчик wgq0319
Тип оплаты free
Поддерживаемые языки 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"
}