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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}