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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
} | |