Save To E-Mail

This extension will save page to e-mail

What is Save To E-Mail?

Save To E-Mail is a Chrome extension developed by https://savetoemail.com, and its main feature is "This extension will save page to e-mail".

Extension Screenshots

screenshot

Download Save To E-Mail Extension CRX File

Download Save To E-Mail 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

                        Simple service to send web pages to E-Mail in readable format. Please note that webpage (including forms and sensitive data) will be processed on external server (savetoemail.com) to transform to readable format.                    

Extension Basic Information

Name Save To E-Mail Save To E-Mail
ID kjdehgajbgoilbngcfephkialnfeiaob
Official URL https://chromewebstore.google.com/detail/save-to-e-mail/kjdehgajbgoilbngcfephkialnfeiaob
Description This extension will save page to e-mail
File Size 235 KB
Installation Count 26
Current Version 1.2.3
Last Updated 2018-03-01
Publish Date 2018-03-01
Rating 5.00/5 Total 1 Ratings
Developer https://savetoemail.com
Payment Type free
Extension Website https://savetiemail.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save To E-Mail",
    "description": "This extension will save page to e-mail",
    "version": "1.2.3",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "browser_action": {
        "default_title": "Save To E-Mail",
        "default_icon": "images\/logo_128.png"
    },
    "options_page": "options.html",
    "icons": {
        "128": "images\/logo_128.png",
        "256": "images\/logo_256.png",
        "512": "images\/logo_512.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}