Gmail HTML Editor
Edit Gmail emails as HTML.
Gmail HTML Editor क्या है?
Gmail HTML Editor Brandon Fowler द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Edit Gmail emails as HTML."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gmail HTML Editor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |