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 |
官方網址 | 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" ] } } |