Share link via email

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

O que é Share link via email?

Share link via email é uma extensão do Chrome desenvolvida por Cobote, e sua principal característica é "Adds a button and context menu item to send the page URL or a link URL via email".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Share link via email

Baixe arquivos de extensão Share link via email no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Share link via email Share link via email
ID ejdbkikfbnnhmachnnomjfgjbgkcnjkb
URL Oficial https://chromewebstore.google.com/detail/share-link-via-email/ejdbkikfbnnhmachnnomjfgjbgkcnjkb
Descrição Adds a button and context menu item to send the page URL or a link URL via email
Tamanho do Arquivo 74.03 KB
Contagem de Instalações 83,103
Versão Atual 4.0.3
Última Atualização 2023-12-13
Data de Publicação 2020-05-11
Classificação 3.93/5 Total de 187 Avaliações
Desenvolvedor Cobote
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/Cobote/share-link-via-email/issues
Idiomas Suportados 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"
    }
}