Email this page (ver I. DUMAIRE)

This extension allow you to send the URL with the selected text by email or Gmail quickly.

Что такое Email this page (ver I. DUMAIRE)?

Email this page (ver I. DUMAIRE) - это расширение Chrome, разработанное idumaire, и его основная функция - "This extension allow you to send the URL with the selected text by email or Gmail quickly.".

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

screenshot

Скачать файл CRX расширения Email this page (ver I. DUMAIRE)

Скачайте файлы расширений Email this page (ver I. DUMAIRE) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        This extension adds an email button to the toolbar and then you can send the current page URL quickly to someone using your default email client/application.

You can set a default email address, if you have the habit to send this kind of message to the same email.

The selected text in the current page is added inside the email.

The 2021 update integrate the right click shortcut to fire the action "send this page URL by email"

2021 Jan 27 : new feature, an option allow you to remove parameters in the URL (after '?')

Do not hesitate to leave a message.                    

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

Название Email this page (ver I. DUMAIRE) Email this page (ver I. DUMAIRE)
ID licmdalmnnmacjecaajcjdnjadoplnjo
Официальный URL https://chromewebstore.google.com/detail/email-this-page-ver-i-dum/licmdalmnnmacjecaajcjdnjadoplnjo
Описание This extension allow you to send the URL with the selected text by email or Gmail quickly.
Размер файла 14.14 KB
Количество установок 7,304
Текущая Версия 1.3.2
Последнее Обновление 2021-01-28
Дата публикации 2017-02-20
Рейтинг 3.48/5 Всего 40 оценок
Разработчик idumaire
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email this page (ver I. DUMAIRE)",
    "description": "This extension allow you to send the URL with the selected text by email or Gmail quickly.",
    "version": "1.3.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "mail_128x128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "Email this page !",
        "default_icon": "email_16x16.png"
    },
    "manifest_version": 2
}