Right click copy number from link

1. Right click URL that has a phone number. 2. Click extension icon. 3. The number is now in your clipboard ready to paste.

Right click copy number from linkとは何ですか?

Right click copy number from linkはViau Computer Solutionsによって開発されたChromeの拡張機能で、その主な機能は「1. Right click URL that has a phone number. 2. Click extension icon. 3. The number is now in your clipboard ready to paste.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Right click copy number from link拡張機能のCRXファイルをダウンロード

Right click copy number from link拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        1. Right click a link that has a phone number and click on "COPY PHONE NUMBER".
2. Click the extension icon on the top right. 
3. The number is now in your clipboard ready to paste.

You can also use the extension on the top right to paste anything to have it strip all characters except numbers. Just paste in the field and press Enter, then it is in your clipboard.

This is my first Chrome Extension. I am still learning how things work. I needed this functionality to easily copy phone numbers from my Google Contacts without having to deal with removing characters and paste into my VOIP system to dial out. I hope you like it.                    

拡張機能の基本情報

名前 Right click copy number from link Right click copy number from link
ID mdheojnlahecigncjlkmemmdigofaphh
公式URL https://chromewebstore.google.com/detail/right-click-copy-number-f/mdheojnlahecigncjlkmemmdigofaphh
説明 1. Right click URL that has a phone number. 2. Click extension icon. 3. The number is now in your clipboard ready to paste.
ファイルサイズ 4.56 KB
インストール数 88
現在のバージョン 1.0
最終更新日 2021-05-22
公開日 2021-05-21
開発者 Viau Computer Solutions
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right click copy number from link",
    "description": "1. Right click URL that has a phone number. 2. Click extension icon. 3. The number is now in your clipboard ready to paste.",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    }
}