Email this page (ver I. DUMAIRE)

This extension allow you to send the URL with the selected text by email or Gmail quickly.

Email this page (ver I. DUMAIRE)とは何ですか?

Email this page (ver I. DUMAIRE)はidumaireによって開発されたChromeの拡張機能で、その主な機能は「This extension allow you to send the URL with the selected text by email or Gmail quickly.」です。

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

screenshot

Email this page (ver I. DUMAIRE)拡張機能のCRXファイルをダウンロード

Email this page (ver I. DUMAIRE)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension adds an email button to the toolbar and then you can send the current page URL quickly to someone using your default email client/application.

You can set a default email address, if you have the habit to send this kind of message to the same email.

The selected text in the current page is added inside the email.

The 2021 update integrate the right click shortcut to fire the action "send this page URL by email"

2021 Jan 27 : new feature, an option allow you to remove parameters in the URL (after '?')

Do not hesitate to leave a message.                    

拡張機能の基本情報

名前 Email this page (ver I. DUMAIRE) Email this page (ver I. DUMAIRE)
ID licmdalmnnmacjecaajcjdnjadoplnjo
公式URL https://chromewebstore.google.com/detail/email-this-page-ver-i-dum/licmdalmnnmacjecaajcjdnjadoplnjo
説明 This extension allow you to send the URL with the selected text by email or Gmail quickly.
ファイルサイズ 14.14 KB
インストール数 7,304
現在のバージョン 1.3.2
最終更新日 2021-01-28
公開日 2017-02-20
評価 3.48/5 合計 40 レビュー
開発者 idumaire
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Email this page (ver I. DUMAIRE)",
    "description": "This extension allow you to send the URL with the selected text by email or Gmail quickly.",
    "version": "1.3.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "mail_128x128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "Email this page !",
        "default_icon": "email_16x16.png"
    },
    "manifest_version": 2
}