Share link via email

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

Was ist Share link via email?

Share link via email ist eine Chrome-Erweiterung, die von Cobote entwickelt wurde, und ihr Hauptmerkmal ist "Adds a button and context menu item to send the page URL or a link URL via email".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Share link via email-Erweiterungs-CRX-Datei herunterladen

Laden Sie Share link via email-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Share link via email Share link via email
ID ejdbkikfbnnhmachnnomjfgjbgkcnjkb
Offizielle URL https://chromewebstore.google.com/detail/share-link-via-email/ejdbkikfbnnhmachnnomjfgjbgkcnjkb
Beschreibung Adds a button and context menu item to send the page URL or a link URL via email
Dateigröße 74.03 KB
Installationsanzahl 83,103
Aktuelle Version 4.0.3
Letztes Update 2023-12-13
Veröffentlichungsdatum 2020-05-11
Bewertung 3.93/5 Insgesamt 187 Bewertungen
Entwickler Cobote
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/Cobote/share-link-via-email/issues
Unterstützte Sprachen 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"
    }
}