Copy-Mail Urls

Copy or Mail all opened URLs

Qu'est-ce que Copy-Mail Urls ?

Copy-Mail Urls est une extension Chrome développée par thomas6188, et sa fonction principale est "Copy or Mail all opened URLs".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Copy-Mail Urls

Téléchargez les fichiers d'extension Copy-Mail Urls 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

                        Using this extension, a user can copy all the open tab URLs to Clipboard with single click. User can also mail these URLs by clicking on 'Send as Email' option. 

Note: When sending as email, a new tab will be opened alongside. User should close this tab before using this option. If not done, then the mail will consist of this new tab details.                    

Informations de Base sur l'Extension

Nom Copy-Mail Urls Copy-Mail Urls
ID dplccakdfegiajmilmhdihcgbembimhp
URL Officiel https://chromewebstore.google.com/detail/copy-mail-urls/dplccakdfegiajmilmhdihcgbembimhp
Description Copy or Mail all opened URLs
Taille du Fichier 117 KB
Nombre d'Installations 107
Version Actuelle 1.0
Dernière Mise à Jour 2013-12-20
Date de Publication 2013-12-19
Évaluation 4.67/5 Total 3 Évaluations
Développeur thomas6188
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy-Mail Urls",
    "description": "Copy or Mail all opened URLs",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}