Send to Mail

Share a URL directly from your browser via email

Qu'est-ce que Send to Mail ?

Send to Mail est une extension Chrome développée par https://blog.adrianistan.eu, et sa fonction principale est "Share a URL directly from your browser via email".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Send to Mail

Téléchargez les fichiers d'extension Send to Mail au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Send to Mail Send to Mail
ID ffcinmkbpiamlpccghkkglghggpahnab
URL Officiel https://chromewebstore.google.com/detail/send-to-mail/ffcinmkbpiamlpccghkkglghggpahnab
Description Share a URL directly from your browser via email
Taille du Fichier 48.74 KB
Nombre d'Installations 3,124
Version Actuelle 2.0.3
Dernière Mise à Jour 2021-03-21
Date de Publication 2020-01-30
Évaluation 4.13/5 Total 8 Évaluations
Développeur https://blog.adrianistan.eu
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://adrianistan.eu/
URL de la Page d'Aide https://adrianistan.eu
Langues Prises en Charge 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"
    }
}