Send to Mail

Share a URL directly from your browser via email

Wat is Send to Mail?

Send to Mail is een Chrome-extensie ontwikkeld door https://blog.adrianistan.eu, en de belangrijkste functie is "Share a URL directly from your browser via email".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Send to Mail

Download Send to Mail-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Send to Mail Send to Mail
ID ffcinmkbpiamlpccghkkglghggpahnab
Officiële URL https://chromewebstore.google.com/detail/send-to-mail/ffcinmkbpiamlpccghkkglghggpahnab
Beschrijving Share a URL directly from your browser via email
Bestandsgrootte 48.74 KB
Aantal Installaties 3,124
Huidige Versie 2.0.3
Laatst Bijgewerkt 2021-03-21
Publicatiedatum 2020-01-30
Beoordeling 4.13/5 Totaal 8 Beoordelingen
Ontwikkelaar https://blog.adrianistan.eu
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://adrianistan.eu/
Help Pagina-URL https://adrianistan.eu
Ondersteunde Talen 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"
    }
}