Share link via email

Adds a button and context menu item to send the page URL or a link URL via email

Qu'est-ce que Share link via email ?

Share link via email est une extension Chrome développée par Cobote, et sa fonction principale est "Adds a button and context menu item to send the page URL or a link URL via email".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Share link via email

Téléchargez les fichiers d'extension Share link via email 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

                        Create a new email with the current address, selected link or selected text.

The email will include the page title. You can set text to be added before and after the page URL in the email.

Email Clients to choose from:
Default mail application, Gmail, AOL mail, Outlook/Office 365 and Yahoo Mail.                    

Informations de Base sur l'Extension

Nom Share link via email Share link via email
ID ejdbkikfbnnhmachnnomjfgjbgkcnjkb
URL Officiel https://chromewebstore.google.com/detail/share-link-via-email/ejdbkikfbnnhmachnnomjfgjbgkcnjkb
Description Adds a button and context menu item to send the page URL or a link URL via email
Taille du Fichier 74.03 KB
Nombre d'Installations 83,103
Version Actuelle 4.0.3
Dernière Mise à Jour 2023-12-13
Date de Publication 2020-05-11
Évaluation 3.93/5 Total 187 Évaluations
Développeur Cobote
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/Cobote/share-link-via-email/issues
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Share link via email",
    "short_name": "Share Link",
    "version": "4.0.3",
    "description": "Adds a button and context menu item to send the page URL or a link URL via email",
    "manifest_version": 3,
    "icons": {
        "16": "images\/stock_mail.png",
        "48": "images\/stock_mail.png",
        "128": "images\/stock_mail.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "action": {
        "default_icon": {
            "19": "images\/stock_mail.png",
            "38": "images\/stock_mail.png"
        }
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "js\/service_worker.js",
        "type": "module"
    }
}