mailto

Send the current page using the default mail client

mailtoคืออะไร?

mailto เป็นส่วนขยายของ Chrome ที่พัฒนาโดย keikhosro.safavi และคุณลักษณะหลักของมันคือ "Send the current page using the default mail client"

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

screenshot

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

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

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

                        A Chrome extension which sends the current URL using the configured default mail client.                    

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

ชื่อ mailto mailto
ID nhfdmebpfpogeakgjmgbalpnmggnnchj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mailto/nhfdmebpfpogeakgjmgbalpnmggnnchj
คำอธิบาย Send the current page using the default mail client
ขนาดไฟล์ 15.22 KB
จำนวนการติดตั้ง 4,255
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2015-08-24
วันที่เผยแพร่ 2015-08-24
คะแนน 4.63/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา keikhosro.safavi
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/keikhosro/mailto
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.2",
    "default_locale": "en_US",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/github.com\/keikhosro\/mailto",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19x19.png",
            "38": "images\/icon_38x38.png"
        }
    },
    "icons": {
        "16": "images\/icon_16x16.png",
        "19": "images\/icon_19x19.png",
        "38": "images\/icon_38x38.png",
        "48": "images\/icon_48x48.png",
        "128": "images\/icon_128x128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ]
}