Gmail HTML Editor

Edit Gmail emails as HTML.

Was ist Gmail HTML Editor?

Gmail HTML Editor ist eine Chrome-Erweiterung, die von Brandon Fowler entwickelt wurde, und ihr Hauptmerkmal ist "Edit Gmail emails as HTML.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Gmail HTML Editor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gmail HTML Editor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Gmail HTML Editor Gmail HTML Editor
ID ikolpoonlhkhbkkmhcpnmhpdgagjjhmp
Offizielle URL https://chromewebstore.google.com/detail/gmail-html-editor/ikolpoonlhkhbkkmhcpnmhpdgagjjhmp
Beschreibung Edit Gmail emails as HTML.
Dateigröße 152 KB
Installationsanzahl 5,000
Aktuelle Version 1.2.0
Letztes Update 2023-01-03
Veröffentlichungsdatum 2019-11-30
Bewertung 3.44/5 Insgesamt 9 Bewertungen
Entwickler Brandon Fowler
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}