Email This Page

A utility extension to email web pages

What is Email This Page?

Email This Page is a Chrome extension developed by Mitchell Mark-George, and its main feature is "A utility extension to email web pages".

Extension Screenshots

screenshot

Download Email This Page Extension CRX File

Download Email This Page 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 is a simple extension to create an email to send web pages. You can either click the context menu or you can click the browser action (the popup button) near the top of the browser.

Feel free to provide feedback!                    

Extension Basic Information

Name Email This Page Email This Page
ID pkobefacffdbbhnlaemehfjanmcgedpc
Official URL https://chromewebstore.google.com/detail/email-this-page/pkobefacffdbbhnlaemehfjanmcgedpc
Description A utility extension to email web pages
File Size 8.81 KB
Installation Count 1,218
Current Version 2.1
Last Updated 2022-07-03
Publish Date 2020-11-17
Rating 2.75/5 Total 4 Ratings
Developer Mitchell Mark-George
Email [email protected]
Payment Type free
Extension Website https://github.com/MitchellMarkGeorge/EmailThisPage
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Email This Page",
    "version": "2.1",
    "description": "A utility extension to email web pages",
    "minimum_chrome_version": "88",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "icons": {
        "16": "logo.png",
        "128": "logo128.png"
    },
    "action": {
        "default_icon": {
            "16": "logo.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    }
}