Send to Mail

Share a URL directly from your browser via email

Was ist Send to Mail?

Send to Mail ist eine Chrome-Erweiterung, die von https://blog.adrianistan.eu entwickelt wurde, und ihr Hauptmerkmal ist "Share a URL directly from your browser via email".

Erweiterungsscreenshots

screenshot

Send to Mail-Erweiterungs-CRX-Datei herunterladen

Laden Sie Send to Mail-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Send to Mail Send to Mail
ID ffcinmkbpiamlpccghkkglghggpahnab
Offizielle URL https://chromewebstore.google.com/detail/send-to-mail/ffcinmkbpiamlpccghkkglghggpahnab
Beschreibung Share a URL directly from your browser via email
Dateigröße 48.74 KB
Installationsanzahl 3,124
Aktuelle Version 2.0.3
Letztes Update 2021-03-21
Veröffentlichungsdatum 2020-01-30
Bewertung 4.13/5 Insgesamt 8 Bewertungen
Entwickler https://blog.adrianistan.eu
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://adrianistan.eu/
Hilfeseite URL https://adrianistan.eu
Unterstützte Sprachen 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"
    }
}