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

Qu'est-ce que QR Code Phone ?

QR Code Phone est une extension Chrome développée par wgq0319, et sa fonction principale est "The qr code generated from the phone number of the selected, so you can sweep the QR to phone call. Try it come on~~".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension QR Code Phone

Téléchargez les fichiers d'extension QR Code Phone au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom QR Code Phone QR Code Phone
ID mhidpfeenjifbbbcnijolopngmhfkono
URL Officiel https://chromewebstore.google.com/detail/qr-code-phone/mhidpfeenjifbbbcnijolopngmhfkono
Description The qr code generated from the phone number of the selected, so you can sweep the QR to phone call. Try it come on~~
Taille du Fichier 152 KB
Nombre d'Installations 50
Version Actuelle 0.0.4
Dernière Mise à Jour 2015-07-02
Date de Publication 2015-07-01
Évaluation 5.00/5 Total 1 Évaluations
Développeur wgq0319
Type de Paiement free
Langues Prises en Charge 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"
}