Gmail HTML Editor

Edit Gmail emails as HTML.

Vad är Gmail HTML Editor?

Gmail HTML Editor är en Chrome-tillägg utvecklad av Brandon Fowler, och dess huvudfunktion är "Edit Gmail emails as HTML.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Gmail HTML Editor-förlängningens CRX-fil

Ladda ner Gmail HTML Editor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Gmail HTML Editor Gmail HTML Editor
ID ikolpoonlhkhbkkmhcpnmhpdgagjjhmp
Officiell webbadress https://chromewebstore.google.com/detail/gmail-html-editor/ikolpoonlhkhbkkmhcpnmhpdgagjjhmp
Beskrivning Edit Gmail emails as HTML.
Filstorlek 152 KB
Antal Installationer 5,000
Aktuell Version 1.2.0
Senast Uppdaterad 2023-01-03
Publiceringsdatum 2019-11-30
Betyg 3.44/5 Totalt 9 Betyg
Utvecklare Brandon Fowler
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}