Save To E-Mail

This extension will save page to e-mail

Save To E-Mailとは何ですか?

Save To E-Mailはhttps://savetoemail.comによって開発されたChromeの拡張機能で、その主な機能は「This extension will save page to e-mail」です。

拡張機能のスクリーンショット

screenshot

Save To E-Mail拡張機能のCRXファイルをダウンロード

Save To E-Mail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Save To E-Mail Save To E-Mail
ID kjdehgajbgoilbngcfephkialnfeiaob
公式URL https://chromewebstore.google.com/detail/save-to-e-mail/kjdehgajbgoilbngcfephkialnfeiaob
説明 This extension will save page to e-mail
ファイルサイズ 235 KB
インストール数 26
現在のバージョン 1.2.3
最終更新日 2018-03-01
公開日 2018-03-01
評価 5.00/5 合計 1 レビュー
開発者 https://savetoemail.com
支払い方法 free
拡張機能のウェブサイト https://savetiemail.com
対応言語 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
    }
}