Click2Tel

Click on "tel:" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field.

什么是Click2Tel?

Click2Tel是由support开发的Chrome扩展程序,该扩展的主要功能是“Click on "tel:" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field.”。

扩展截图

screenshot
screenshot

下载Click2Tel扩展crx文件

下载Click2Tel扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Effortlessly click on "tel:" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field. Save time and make phone calls more convenient with this handy extension.                    

扩展基本信息

名称 Click2Tel Click2Tel
ID fkmnchglediflnaekcmilminojpockcl
官方URL https://chromewebstore.google.com/detail/click2tel/fkmnchglediflnaekcmilminojpockcl
简介 Click on "tel:" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field.
文件大小 137 KB
安装次数 36
当前版本 2.00
更新时间 2023-05-05
上架时间 2023-04-06
评分 5.00/5 共1次评分
开发者 support
电子邮箱 [email protected]
付费类型 free
支持的语言 en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Click2Tel",
    "description": "Click on \"tel:\" links to copy phone numbers to your clipboard and automatically paste them into the dialer's input field.",
    "version": "2.00",
    "permissions": [
        "clipboardWrite"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "32": "images\/icon32.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}