Right click Dialer
Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..)
Right click Dialerとは何ですか?
Right click Dialerはmihighによって開発されたChromeの拡張機能で、その主な機能は「Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..)」です。
拡張機能のスクリーンショット
Right click Dialer拡張機能のCRXファイルをダウンロード
Right click Dialer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, FaceTime audio only, Jabber, Skype..) 拡張機能の基本情報
| 名前 | |
| ID | aedibklnjgnhjooclfofmleheeihipbd |
| 公式URL | https://chrome.google.com/webstore/detail/right-click-dialer/aedibklnjgnhjooclfofmleheeihipbd |
| 説明 | Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..) |
| ファイルサイズ | 14.9 KB |
| インストール数 | 2,000 |
| 現在のバージョン | 6 |
| 最終更新日 | 2015-06-23 |
| 公開日 | 2015-06-23 |
| 評価 | 2.74/5 合計 43 レビュー |
| 開発者 | mihigh |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/mihigh |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Right click Dialer",
"description": "Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..)",
"short_name": "Right click Dialer",
"icons": {
"16": "img\/icon_16.png",
"48": "img\/icon_48.png",
"128": "img\/icon_128.png"
},
"manifest_version": 2,
"version": "6",
"permissions": [
"contextMenus",
"tabs",
"http:\/\/*\/",
"https:\/\/*\/"
],
"background": {
"scripts": [
"js\/background.js"
]
}
} | |