Send to Mail

Share a URL directly from your browser via email

Send to Mailคืออะไร?

Send to Mail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blog.adrianistan.eu และคุณลักษณะหลักของมันคือ "Share a URL directly from your browser via email"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Send to Mail

ดาวน์โหลดไฟล์ส่วนขยาย Send to Mail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Share your current tab URL via Email. Just click in the Send to Mail button or in the context menu. The title of the URL will be the title of the mail. Works with Gmail, Outlook, Thunderbird, ... If you have trouble and the addon doesn't work as expected, please visit chrome://settings/handlers.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Send to Mail Send to Mail
ID ffcinmkbpiamlpccghkkglghggpahnab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/send-to-mail/ffcinmkbpiamlpccghkkglghggpahnab
คำอธิบาย Share a URL directly from your browser via email
ขนาดไฟล์ 48.74 KB
จำนวนการติดตั้ง 3,124
เวอร์ชันปัจจุบัน 2.0.3
อัปเดตครั้งล่าสุด 2021-03-21
วันที่เผยแพร่ 2020-01-30
คะแนน 4.13/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://blog.adrianistan.eu
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://adrianistan.eu/
URL หน้าช่วยเหลือ https://adrianistan.eu
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Send to Mail",
    "version": "2.0.3",
    "description": "Share a URL directly from your browser via email",
    "homepage_url": "https:\/\/adrianistan.eu",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png"
    },
    "applications": {
        "gecko": {
            "id": "send-to-mail@divel",
            "strict_min_version": "55.0"
        }
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "tabs",
        "notifications"
    ],
    "background": {
        "scripts": [
            "background\/mail.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/96.png"
    }
}