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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}