Click n Call
You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android.
Click n Callとは何ですか?
Click n Callはcriste.nicuによって開発されたChromeの拡張機能で、その主な機能は「You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android.」です。
拡張機能のスクリーンショット
Click n Call拡張機能のCRXファイルをダウンロード
Click n Call拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android. 拡張機能の基本情報
| 名前 | |
| ID | gcmdonkkjhaclnhnnknphbffhifiblcf |
| 公式URL | https://chromewebstore.google.com/detail/click-n-call/gcmdonkkjhaclnhnnknphbffhifiblcf |
| 説明 | You can send a number directly to your android phone to make a call. You need to have installed the "Click n' Call" app for android. |
| ファイルサイズ | 81.04 KB |
| インストール数 | 604 |
| 現在のバージョン | 2.1.4 |
| 最終更新日 | 2016-09-16 |
| 公開日 | 2016-09-16 |
| 評価 | 2.33/5 合計 6 レビュー |
| 開発者 | criste.nicu |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Click n Call",
"version": "2.1.4",
"permissions": [
"contextMenus",
"tabs"
],
"content_scripts": [
{
"matches": [
"*:\/\/localhost\/*",
"*:\/\/*.bursatransport.com\/*"
],
"css": [
"style.css"
],
"js": [
"jquery-3.1.0.min.js",
"findAndReplace.js",
"content.js"
]
}
],
"icons": {
"16": "icon-bitty.png",
"48": "icon-small.png",
"128": "icon-large.png"
},
"browser_action": {
"default_icon": "icon.png"
},
"background": {
"scripts": [
"background.js"
]
}
} | |