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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Right click copy number from link एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}