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" ] } } |