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
Eメール [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"
    }
}