Mail this link

Send A Link from Toolbar or ContextMenu

O que é Mail this link?

Mail this link é uma extensão do Chrome desenvolvida por jkl, e sua principal característica é "Send A Link from Toolbar or ContextMenu".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Mail this link

Baixe arquivos de extensão Mail this link 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

                        Wanna share websites or downloads by mail?
Miss the Firefox "Send Link.." ? 
This extension integrates into the ContextMenu to bring you the same functionality. 

Additionaly there is symbol for mailing the current page including page title in the toolbar. 

For feedback and bugs please send me a mail by clicking on the Support link.


v1.2 Improvements and Bugfixes                    

Informações Básicas da Extensão

Nome Mail this link Mail this link
ID ngjdhjgbagpeimgpgloofkfoipgpdgdb
URL Oficial https://chromewebstore.google.com/detail/mail-this-link/ngjdhjgbagpeimgpgloofkfoipgpdgdb
Descrição Send A Link from Toolbar or ContextMenu
Tamanho do Arquivo 24.57 KB
Contagem de Instalações 20,000
Versão Atual 1.2
Última Atualização 2016-04-22
Data de Publicação 2016-04-22
Classificação 3.61/5 Total de 77 Avaliações
Desenvolvedor jkl
Tipo de Pagamento free
URL da Página de Ajuda http://www.google.com/recaptcha/mailhide/d?k=01x_ZVSk77EpfRiHEKDTb_uw==&c=mADLgZNZEAYz2laQ_IcqPTMnGKFjA6l7-I9UbKTGlRg=
Idiomas Suportados de,en
manifest.json
{
    "background": {
        "scripts": [
            "init.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_browseraction__"
    },
    "default_locale": "en",
    "description": "__MSG_extdesc__",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCov5wWaEysIq67LlOhI3dHAQoAtVES2NDQTaEi\/USyEW0CToFo619tLGDY1hHzIMvlxgx\/4kuq0arbmxP1jstGXEP0Mzmq\/ZyDA2moy\/e1U7Qoga9pqXn5H\/nC0ZPpSZbENJ9QR7OswxEaacxNTuRmqdoRKgBycNBIlZZLbNcv5wIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_extname__",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}