Gmail HTML Editor

Edit Gmail emails as HTML.

Τι είναι το Gmail HTML Editor;

Το Gmail HTML Editor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Brandon Fowler, και η κύρια λειτουργία του είναι "Edit Gmail emails as HTML.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Gmail HTML Editor

Λήψη αρχείων επέκτασης 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Gmail HTML Editor Gmail HTML Editor
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
Ηλεκτρονικό ταχυδρομείο [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
}