Gmail HTML Editor
Edit Gmail emails as HTML.
Wat is Gmail HTML Editor?
Gmail HTML Editor is een Chrome-extensie ontwikkeld door Brandon Fowler, en de belangrijkste functie is "Edit Gmail emails as HTML.".
Extensie Screenshots
Download het CRX-bestand van de extensie Gmail HTML Editor
Download Gmail HTML Editor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Gmail HTML Editor |
ID | ikolpoonlhkhbkkmhcpnmhpdgagjjhmp |
Officiële URL | https://chromewebstore.google.com/detail/gmail-html-editor/ikolpoonlhkhbkkmhcpnmhpdgagjjhmp |
Beschrijving | Edit Gmail emails as HTML. |
Bestandsgrootte | 152 KB |
Aantal Installaties | 5,000 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2023-01-03 |
Publicatiedatum | 2019-11-30 |
Beoordeling | 3.44/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Brandon Fowler |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |