Copy-Mail Urls

Copy or Mail all opened URLs

Co to jest Copy-Mail Urls?

Copy-Mail Urls to rozszerzenie Chrome opracowane przez thomas6188, a jego główną funkcją jest „Copy or Mail all opened URLs”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Copy-Mail Urls

Pobierz pliki rozszerzeń Copy-Mail Urls w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Copy-Mail Urls Copy-Mail Urls
ID dplccakdfegiajmilmhdihcgbembimhp
Oficjalny URL https://chromewebstore.google.com/detail/copy-mail-urls/dplccakdfegiajmilmhdihcgbembimhp
Opis Copy or Mail all opened URLs
Rozmiar pliku 117 KB
Liczba instalacji 107
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2013-12-20
Data Publikacji 2013-12-19
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper thomas6188
Typ Płatności free
Obsługiwane Języki 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"
    ]
}