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~~
What is QR Code Phone?
QR Code Phone is a Chrome extension developed by wgq0319, and its main feature is "The qr code generated from the phone number of the selected, so you can sweep the QR to phone call. Try it come on~~".
Extension Screenshots
Download QR Code Phone Extension CRX File
Download QR Code Phone extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The qr code generated from the phone number of the selected, so you can sweep the QR to phone call. Try it come on~~ Extension Basic Information
| Name | |
| ID | mhidpfeenjifbbbcnijolopngmhfkono |
| Official URL | 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~~ |
| File Size | 152 KB |
| Installation Count | 50 |
| Current Version | 0.0.4 |
| Last Updated | 2015-07-02 |
| Publish Date | 2015-07-01 |
| Rating | 5.00/5 Total 1 Ratings |
| Developer | wgq0319 |
| Payment Type | free |
| Supported Languages | 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"
} | |