Send to Mail

Share a URL directly from your browser via email

Co to jest Send to Mail?

Send to Mail to rozszerzenie Chrome opracowane przez https://blog.adrianistan.eu, a jego główną funkcją jest „Share a URL directly from your browser via email”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Send to Mail

Pobierz pliki rozszerzeń Send to Mail 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Send to Mail Send to Mail
ID ffcinmkbpiamlpccghkkglghggpahnab
Oficjalny URL https://chromewebstore.google.com/detail/send-to-mail/ffcinmkbpiamlpccghkkglghggpahnab
Opis Share a URL directly from your browser via email
Rozmiar pliku 48.74 KB
Liczba instalacji 3,124
Aktualna Wersja 2.0.3
Ostatnia Aktualizacja 2021-03-21
Data Publikacji 2020-01-30
Ocena 4.13/5 Łącznie 8 Oceny
Deweloper https://blog.adrianistan.eu
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://adrianistan.eu/
Adres URL Strony Pomocy https://adrianistan.eu
Obsługiwane Języki 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"
    }
}