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 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~~"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में QR Code Phone एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The qr code generated from the phone number of the selected, so you can sweep the QR to phone call. Try it come on~~
एक्सटेंशन की मूल जानकारी
नाम | |
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" } |