Mail this link

Send A Link from Toolbar or ContextMenu

Was ist Mail this link?

Mail this link ist eine Chrome-Erweiterung, die von jkl entwickelt wurde, und ihr Hauptmerkmal ist "Send A Link from Toolbar or ContextMenu".

Erweiterungsscreenshots

screenshot

Mail this link-Erweiterungs-CRX-Datei herunterladen

Laden Sie Mail this link-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name Mail this link Mail this link
ID ngjdhjgbagpeimgpgloofkfoipgpdgdb
Offizielle URL https://chromewebstore.google.com/detail/mail-this-link/ngjdhjgbagpeimgpgloofkfoipgpdgdb
Beschreibung Send A Link from Toolbar or ContextMenu
Dateigröße 24.57 KB
Installationsanzahl 20,000
Aktuelle Version 1.2
Letztes Update 2016-04-22
Veröffentlichungsdatum 2016-04-22
Bewertung 3.61/5 Insgesamt 77 Bewertungen
Entwickler jkl
Zahlungsart free
Hilfeseite URL http://www.google.com/recaptcha/mailhide/d?k=01x_ZVSk77EpfRiHEKDTb_uw==&c=mADLgZNZEAYz2laQ_IcqPTMnGKFjA6l7-I9UbKTGlRg=
Unterstützte Sprachen 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"
}