Gmail HTML Editor

Edit Gmail emails as HTML.

Co to jest Gmail HTML Editor?

Gmail HTML Editor to rozszerzenie Chrome opracowane przez Brandon Fowler, a jego główną funkcją jest „Edit Gmail emails as HTML.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Gmail HTML Editor

Pobierz pliki rozszerzeń Gmail HTML Editor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Gmail HTML Editor Gmail HTML Editor
ID ikolpoonlhkhbkkmhcpnmhpdgagjjhmp
Oficjalny URL https://chromewebstore.google.com/detail/gmail-html-editor/ikolpoonlhkhbkkmhcpnmhpdgagjjhmp
Opis Edit Gmail emails as HTML.
Rozmiar pliku 152 KB
Liczba instalacji 5,000
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2023-01-03
Data Publikacji 2019-11-30
Ocena 3.44/5 Łącznie 9 Oceny
Deweloper Brandon Fowler
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}