Send URL by Email

Send URL by Email from Toolbar

What is Send URL by Email?

Send URL by Email is a Chrome extension developed by https://www.parago.de, and its main feature is "Send URL by Email from Toolbar".

Extension Screenshots

screenshot
screenshot

Download Send URL by Email Extension CRX File

Download Send URL by Email extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension adds a button to the toolbar that allows you to send the URL of the web page by e-mail using the default e-mail application (e.g. Outlook).                    

Extension Basic Information

Name Send URL by Email Send URL by Email
ID mekllbldjjejnkmomdclgkomcnlbddfj
Official URL https://chromewebstore.google.com/detail/send-url-by-email/mekllbldjjejnkmomdclgkomcnlbddfj
Description Send URL by Email from Toolbar
File Size 20.24 KB
Installation Count 2,000
Current Version 2.0.0
Last Updated 2024-02-26
Publish Date 2016-04-04
Rating 3.14/5 Total 7 Ratings
Developer https://www.parago.de
Email [email protected]
Payment Type free
Extension Website https://github.com/jbaurle/SendURLByEmail/
Help Page URL https://github.com/jbaurle/SendURLByEmail/issues
Privacy Policy Page URL https://github.com/jbaurle/SendURLByEmail/blob/master/PrivacyPolicy.md
Supported Languages de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extname__",
    "version": "2.0.0",
    "description": "__MSG_extdesc__",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png"
        },
        "default_title": "__MSG_extaction__"
    }
}