Mailto: for Gmail™
Makes mailto: links open a Gmail™ compose window. Nothing more, nothing less.
Mailto: for Gmail™คืออะไร?
Mailto: for Gmail™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chris และคุณลักษณะหลักของมันคือ "Makes mailto: links open a Gmail™ compose window. Nothing more, nothing less."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mailto: for Gmail™
ดาวน์โหลดไฟล์ส่วนขยาย Mailto: for Gmail™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will make mailto: links open in a Gmail compose window. Nothing more, nothing less. * Supports Google Apps accounts * Works on javascript-inserted links * Includes option of working on bcc: fields * Option to open in new window rather than default tab It supports to, cc, subject, and body (and optionally bcc) fields, and is made to be compatible with RFC2368, the mailto: scheme standard. It doesn't modify the mailto:address itself, so you can still see the link in the status bar when you hover over it, which allows you to easily read the target at a glance. Please note, some report the need to restart the browser for it to work. I have never had to, and can't figure out why it would be necessary, but if it's not working after installing, try a restart. More info: RFC2368 - The mailto URL scheme: http://www.faqs.org/rfcs/rfc2368.html mailto links test page: http://www.scottseverance.us/mailto.html Recent changes: * Fix the extension breaking Angular JS sites * Add an install message to make clear that reloading each tab is necessary Privacy policy: In short, this extension does not store or transmit any personal information. Read the privacy policy here: http://ilikesleeping.co.uk/mailto-privacy-policy/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Mailto: for Gmail™ |
ID | dgkkmcknielgdhebimdnfahpipajcpjn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mailto-for-gmail/dgkkmcknielgdhebimdnfahpipajcpjn |
คำอธิบาย | Makes mailto: links open a Gmail™ compose window. Nothing more, nothing less. |
ขนาดไฟล์ | 19.24 KB |
จำนวนการติดตั้ง | 119,616 |
เวอร์ชันปัจจุบัน | 2.6 |
อัปเดตครั้งล่าสุด | 2017-11-11 |
วันที่เผยแพร่ | 2017-11-11 |
คะแนน | 3.79/5 รวมทั้งหมด 406 คะแนน |
ผู้พัฒนา | Chris |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://ilikesleeping.co.uk/mailto-privacy-policy |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "js": [ "mtgm.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Makes mailto: links open a Gmail\u2122 compose window.\nNothing more, nothing less.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "name": "Mailto: for Gmail\u2122", "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "version": "2.6", "manifest_version": 2 } |