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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย idumaire และคุณลักษณะหลักของมันคือ "This extension allow you to send the URL with the selected text by email or Gmail quickly."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Email this page (ver I. DUMAIRE)

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}