Copy-Mail Urls

Copy or Mail all opened URLs

Что такое Copy-Mail Urls?

Copy-Mail Urls - это расширение Chrome, разработанное thomas6188, и его основная функция - "Copy or Mail all opened URLs".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Copy-Mail Urls

Скачайте файлы расширений Copy-Mail Urls в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Copy-Mail Urls Copy-Mail Urls
ID dplccakdfegiajmilmhdihcgbembimhp
Официальный URL https://chromewebstore.google.com/detail/copy-mail-urls/dplccakdfegiajmilmhdihcgbembimhp
Описание Copy or Mail all opened URLs
Размер файла 117 KB
Количество установок 107
Текущая Версия 1.0
Последнее Обновление 2013-12-20
Дата публикации 2013-12-19
Рейтинг 4.67/5 Всего 3 оценок
Разработчик thomas6188
Тип оплаты free
Поддерживаемые языки 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"
    ]
}