Gmail HTML Editor
Edit Gmail emails as HTML.
Gmail HTML Editorคืออะไร?
Gmail HTML Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brandon Fowler และคุณลักษณะหลักของมันคือ "Edit Gmail emails as HTML."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail HTML Editor
ดาวน์โหลดไฟล์ส่วนขยาย Gmail HTML Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily edit emails you're composing in Gmail as HTML, allowing for a whole new level of customizability. Adds a button to Gmail "New Message" popup to allow emails you're composing to be edited as HTML. The extension also works in the "mailto" screen.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gmail HTML Editor |
ID | ikolpoonlhkhbkkmhcpnmhpdgagjjhmp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gmail-html-editor/ikolpoonlhkhbkkmhcpnmhpdgagjjhmp |
คำอธิบาย | Edit Gmail emails as HTML. |
ขนาดไฟล์ | 152 KB |
จำนวนการติดตั้ง | 5,000 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2023-01-03 |
วันที่เผยแพร่ | 2019-11-30 |
คะแนน | 3.44/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Brandon Fowler |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail HTML Editor", "version": "1.2.0", "description": "Edit Gmail emails as HTML.", "host_permissions": [ "https:\/\/mail.google.com\/" ], "web_accessible_resources": [ { "resources": [ "assets\/edit.png", "iframe.html" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ], "run_at": "document_end" } ], "manifest_version": 3 } |