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 là gì?
Right click copy number from link là một tiện ích mở rộng Chrome được phát triển bởi Viau Computer Solutions, và tính năng chính của nó là "1. Right click URL that has a phone number. 2. Click extension icon. 3. The number is now in your clipboard ready to paste.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Right click copy number from link
Tải xuống các tệp mở rộng Right click copy number from link dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Right click copy number from link |
ID | mdheojnlahecigncjlkmemmdigofaphh |
URL Chính Thức | https://chromewebstore.google.com/detail/right-click-copy-number-f/mdheojnlahecigncjlkmemmdigofaphh |
Mô tả | 1. Right click URL that has a phone number. 2. Click extension icon. 3. The number is now in your clipboard ready to paste. |
Kích Thước Tệp | 4.56 KB |
Số Lần Cài Đặt | 88 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2021-05-22 |
Ngày Phát Hành | 2021-05-21 |
Nhà Phát Triển | Viau Computer Solutions |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |