Copy-Mail Urls

Copy or Mail all opened URLs

Cos'è Copy-Mail Urls?

Copy-Mail Urls è un'estensione di Chrome sviluppata da thomas6188, e la sua funzione principale è "Copy or Mail all opened URLs".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Copy-Mail Urls

Scarica i file di estensione Copy-Mail Urls in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Copy-Mail Urls Copy-Mail Urls
ID dplccakdfegiajmilmhdihcgbembimhp
URL Ufficiale https://chromewebstore.google.com/detail/copy-mail-urls/dplccakdfegiajmilmhdihcgbembimhp
Descrizione Copy or Mail all opened URLs
Dimensione del File 117 KB
Conteggio Installazioni 107
Versione Corrente 1.0
Ultimo Aggiornamento 2013-12-20
Data di Pubblicazione 2013-12-19
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore thomas6188
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}