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 |
| 公式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"
} | |