Send Page

Allows you to easily send the url of a page, link, image or video per mail.

Что такое Send Page?

Send Page - это расширение Chrome, разработанное jacques.stadler, и его основная функция - "Allows you to easily send the url of a page, link, image or video per mail.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension adds a new context menu entry called "Send this page.." when right clicking a image, video, link or page. By clicking on "Send this page.." your default (local or web) mail client will create a new mail with the page title as subject and the link as message body.

It provides a fast way to quickly send a link to the current website per e-mail to somebody.
It works with local Mail clients and WebMail accounts like GMail, Hotmail, etc.

Note that if you use a local mail client a default Mail client must be registered on the computer.

For sources, latest changes and troubleshoot infos go to:
https://github.com/stadler/SendPage                    

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

Название Send Page Send Page
ID higemadklcnjhjpgcbnnbpgeeippjjcp
Официальный URL https://chromewebstore.google.com/detail/send-page/higemadklcnjhjpgcbnnbpgeeippjjcp
Описание Allows you to easily send the url of a page, link, image or video per mail.
Размер файла 26.19 KB
Количество установок 26,570
Текущая Версия 3.0
Последнее Обновление 2023-12-09
Дата публикации 2016-07-12
Рейтинг 3.10/5 Всего 170 оценок
Разработчик jacques.stadler
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/stadler/SendPage
URL страницы политики конфиденциальности https://github.com/stadler/SendPage/blob/master/TermsOfUse.md
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Send Page",
    "description": "Allows you to easily send the url of a page, link, image or video per mail.",
    "version": "3.0",
    "manifest_version": 3,
    "author": "Jacques Stadler",
    "homepage_url": "https:\/\/github.com\/stadler\/SendPage",
    "icons": {
        "16": "images\/send-page-16.png",
        "48": "images\/send-page-48.png",
        "128": "images\/send-page-128.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "background": {
        "service_worker": "sendpage.js"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}