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