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~~
Cos'è QR Code Phone?
QR Code Phone è un'estensione di Chrome sviluppata da wgq0319, e la sua funzione principale è "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 dell'Estensione
Scarica il file CRX dell'estensione QR Code Phone
Scarica i file di estensione QR Code Phone in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The qr code generated from the phone number of the selected, so you can sweep the QR to phone call. Try it come on~~
Informazioni di Base sull'Estensione
Nome | |
ID | mhidpfeenjifbbbcnijolopngmhfkono |
URL Ufficiale | https://chromewebstore.google.com/detail/qr-code-phone/mhidpfeenjifbbbcnijolopngmhfkono |
Descrizione | The qr code generated from the phone number of the selected, so you can sweep the QR to phone call. Try it come on~~ |
Dimensione del File | 152 KB |
Conteggio Installazioni | 50 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2015-07-02 |
Data di Pubblicazione | 2015-07-01 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | wgq0319 |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |