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開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載QR Code Phone擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
| 官方網址 | 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"
} | |