Email this page (ver I. DUMAIRE)

This extension allow you to send the URL with the selected text by email or Gmail quickly.

O que é Email this page (ver I. DUMAIRE)?

Email this page (ver I. DUMAIRE) é uma extensão do Chrome desenvolvida por idumaire, e sua principal característica é "This extension allow you to send the URL with the selected text by email or Gmail quickly.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Email this page (ver I. DUMAIRE)

Baixe arquivos de extensão Email this page (ver I. DUMAIRE) 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

                        This extension adds an email button to the toolbar and then you can send the current page URL quickly to someone using your default email client/application.

You can set a default email address, if you have the habit to send this kind of message to the same email.

The selected text in the current page is added inside the email.

The 2021 update integrate the right click shortcut to fire the action "send this page URL by email"

2021 Jan 27 : new feature, an option allow you to remove parameters in the URL (after '?')

Do not hesitate to leave a message.                    

Informações Básicas da Extensão

Nome Email this page (ver I. DUMAIRE) Email this page (ver I. DUMAIRE)
ID licmdalmnnmacjecaajcjdnjadoplnjo
URL Oficial https://chromewebstore.google.com/detail/email-this-page-ver-i-dum/licmdalmnnmacjecaajcjdnjadoplnjo
Descrição This extension allow you to send the URL with the selected text by email or Gmail quickly.
Tamanho do Arquivo 14.14 KB
Contagem de Instalações 7,304
Versão Atual 1.3.2
Última Atualização 2021-01-28
Data de Publicação 2017-02-20
Classificação 3.48/5 Total de 40 Avaliações
Desenvolvedor idumaire
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email this page (ver I. DUMAIRE)",
    "description": "This extension allow you to send the URL with the selected text by email or Gmail quickly.",
    "version": "1.3.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "mail_128x128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "Email this page !",
        "default_icon": "email_16x16.png"
    },
    "manifest_version": 2
}