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
电子邮箱 [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"
    }
}