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~~

O que é QR Code Phone?

QR Code Phone é uma extensão do Chrome desenvolvida por wgq0319, e sua principal característica é "The qr code generated from the phone number of the selected, so you can sweep the QR to phone call. Try it come on~~".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão QR Code Phone

Baixe arquivos de extensão QR Code Phone no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome QR Code Phone QR Code Phone
ID mhidpfeenjifbbbcnijolopngmhfkono
URL Oficial https://chromewebstore.google.com/detail/qr-code-phone/mhidpfeenjifbbbcnijolopngmhfkono
Descrição The qr code generated from the phone number of the selected, so you can sweep the QR to phone call. Try it come on~~
Tamanho do Arquivo 152 KB
Contagem de Instalações 50
Versão Atual 0.0.4
Última Atualização 2015-07-02
Data de Publicação 2015-07-01
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor wgq0319
Tipo de Pagamento free
Idiomas Suportados 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"
}