Send to Mail

Share a URL directly from your browser via email

Hvad er Send to Mail?

Send to Mail er en Chrome-udvidelse udviklet af https://blog.adrianistan.eu, og dens hovedfunktion er "Share a URL directly from your browser via email".

Udvidelsesskærmbilleder

screenshot

Download Send to Mail-udvidelses-CRX-fil

Download Send to Mail-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Send to Mail Send to Mail
ID ffcinmkbpiamlpccghkkglghggpahnab
Officiel URL https://chromewebstore.google.com/detail/send-to-mail/ffcinmkbpiamlpccghkkglghggpahnab
Beskrivelse Share a URL directly from your browser via email
Filstørrelse 48.74 KB
Antal Installationer 3,124
Nuværende Version 2.0.3
Senest Opdateret 2021-03-21
Udgivelsesdato 2020-01-30
Bedømmelse 4.13/5 Samlet 8 Bedømmelser
Udvikler https://blog.adrianistan.eu
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://adrianistan.eu/
Hjælpeside-URL https://adrianistan.eu
Understøttede Sprog 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"
    }
}