Share link via email

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

Cos'è Share link via email?

Share link via email è un'estensione di Chrome sviluppata da Cobote, e la sua funzione principale è "Adds a button and context menu item to send the page URL or a link URL via email".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Share link via email

Scarica i file di estensione Share link via email in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Share link via email Share link via email
ID ejdbkikfbnnhmachnnomjfgjbgkcnjkb
URL Ufficiale https://chromewebstore.google.com/detail/share-link-via-email/ejdbkikfbnnhmachnnomjfgjbgkcnjkb
Descrizione Adds a button and context menu item to send the page URL or a link URL via email
Dimensione del File 74.03 KB
Conteggio Installazioni 83,103
Versione Corrente 4.0.3
Ultimo Aggiornamento 2023-12-13
Data di Pubblicazione 2020-05-11
Valutazione 3.93/5 Totale 187 Valutazioni
Sviluppatore Cobote
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/Cobote/share-link-via-email/issues
Lingue Supportate 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"
    }
}