Send to Mail

Share a URL directly from your browser via email

Что такое Send to Mail?

Send to Mail - это расширение Chrome, разработанное https://blog.adrianistan.eu, и его основная функция - "Share a URL directly from your browser via email".

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

screenshot

Скачать файл CRX расширения Send to Mail

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

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

                        Share your current tab URL via Email. Just click in the Send to Mail button or in the context menu. The title of the URL will be the title of the mail. Works with Gmail, Outlook, Thunderbird, ... If you have trouble and the addon doesn't work as expected, please visit chrome://settings/handlers.                    

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

Название Send to Mail Send to Mail
ID ffcinmkbpiamlpccghkkglghggpahnab
Официальный URL https://chromewebstore.google.com/detail/send-to-mail/ffcinmkbpiamlpccghkkglghggpahnab
Описание Share a URL directly from your browser via email
Размер файла 48.74 KB
Количество установок 3,124
Текущая Версия 2.0.3
Последнее Обновление 2021-03-21
Дата публикации 2020-01-30
Рейтинг 4.13/5 Всего 8 оценок
Разработчик https://blog.adrianistan.eu
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://adrianistan.eu/
URL страницы помощи https://adrianistan.eu
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Send to Mail",
    "version": "2.0.3",
    "description": "Share a URL directly from your browser via email",
    "homepage_url": "https:\/\/adrianistan.eu",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png"
    },
    "applications": {
        "gecko": {
            "id": "send-to-mail@divel",
            "strict_min_version": "55.0"
        }
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "tabs",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background\/mail.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/96.png"
    }
}