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
官方網址 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
電子郵箱 [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
}