Copy-Mail Urls

Copy or Mail all opened URLs

Wat is Copy-Mail Urls?

Copy-Mail Urls is een Chrome-extensie ontwikkeld door thomas6188, en de belangrijkste functie is "Copy or Mail all opened URLs".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Copy-Mail Urls

Download Copy-Mail Urls-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Copy-Mail Urls Copy-Mail Urls
ID dplccakdfegiajmilmhdihcgbembimhp
Officiële URL https://chromewebstore.google.com/detail/copy-mail-urls/dplccakdfegiajmilmhdihcgbembimhp
Beschrijving Copy or Mail all opened URLs
Bestandsgrootte 117 KB
Aantal Installaties 107
Huidige Versie 1.0
Laatst Bijgewerkt 2013-12-20
Publicatiedatum 2013-12-19
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar thomas6188
Betalingswijze free
Ondersteunde Talen 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"
    ]
}