Click to Call Mobile
Launches highlighted text as Tel: link.
什么是Click to Call Mobile?
Click to Call Mobile是由https://www.clickcallmobile.com开发的Chrome扩展程序,该扩展的主要功能是“Launches highlighted text as Tel: link.”。
扩展截图
下载Click to Call Mobile扩展crx文件
下载Click to Call Mobile扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Click to Call on phone numbers that are not defined as links. Along with our Mobile and Windows Desktop App, calls are made directly from your mobile phone. To use this extension, simply highlight a phone number and right click. A menu will appear - select "Call as Tel://..." and your mobile will dial that number. Make sure you have our Mobile App and Desktop App installed. Learn more at https://www.clickcallmobile.com/.
扩展基本信息
名称 | |
ID | ggfbbimhbommiogoebgdmnipdhjfdeel |
官方URL | https://chrome.google.com/webstore/detail/click-to-call-mobile/ggfbbimhbommiogoebgdmnipdhjfdeel |
简介 | Launches highlighted text as Tel: link. |
文件大小 | 14.58 KB |
安装次数 | 1,592 |
当前版本 | 0.5 |
更新时间 | 2016-07-02 |
上架时间 | 2016-07-01 |
评分 | 4.00/5 共4次评分 |
开发者 | https://www.clickcallmobile.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.clickcallmobile.com/ |
帮助页面URL | https://www.clickcallmobile.com/help/ |
隐私政策页面URL | https://www.clickcallmobile.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Click to Call Mobile", "description": "Launches highlighted text as Tel: link.", "version": "0.5", "browser_action": { "default_icon": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "Click to Call Default Title", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "storage" ], "homepage_url": "https:\/\/www.ClickCallMobile.com", "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "rightclick.js" ] } } |