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.

Qu'est-ce que Right click copy number from link ?

Right click copy number from link est une extension Chrome développée par Viau Computer Solutions, et sa fonction principale est "1. Right click URL that has a phone number. 2. Click extension icon. 3. The number is now in your clipboard ready to paste.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Right click copy number from link

Téléchargez les fichiers d'extension Right click copy number from link au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Right click copy number from link Right click copy number from link
ID mdheojnlahecigncjlkmemmdigofaphh
URL Officiel https://chromewebstore.google.com/detail/right-click-copy-number-f/mdheojnlahecigncjlkmemmdigofaphh
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.
Taille du Fichier 4.56 KB
Nombre d'Installations 88
Version Actuelle 1.0
Dernière Mise à Jour 2021-05-22
Date de Publication 2021-05-21
Développeur Viau Computer Solutions
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}