Gmail HTML Editor
Edit Gmail emails as HTML.
什麼是Gmail HTML Editor?
Gmail HTML Editor是由Brandon Fowler開發的Chrome擴展程式,該擴展的主要功能是“Edit Gmail emails as HTML.”。
擴展截圖
下載Gmail HTML Editor擴展crx文件
下載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 |
官方網址 | 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 } |