Neat Messages for Gmail
Improves the readibility of plain text Gmail messages by putting them in a neat container.
Neat Messages for Gmail क्या है?
Neat Messages for Gmail Hristiyan Dodov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improves the readibility of plain text Gmail messages by putting them in a neat container."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Neat Messages for Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tired of the extremely long rows of text in Gmail? This extension will help! All plain text emails are put in a neat container where you can comfortably read them. In the meantime, HTML emails that are designed and have everything looking nice will be left unchanged. WHAT'S NEW: - Now works with the new Gmail style - Removed the notifications permission -------------------------- This extension will NOT modify the emails’ content! It will only change how you (and only you) see them. -------------------------- Customize the extension via the Options page!
एक्सटेंशन की मूल जानकारी
नाम | Neat Messages for Gmail |
ID | lkpknmgfopkjcpbgkkcnoolijfggioba |
आधिकारिक URL | https://chromewebstore.google.com/detail/neat-messages-for-gmail/lkpknmgfopkjcpbgkkcnoolijfggioba |
विवरण | Improves the readibility of plain text Gmail messages by putting them in a neat container. |
फ़ाइल का आकार | 72.16 KB |
स्थापना संख्या | 724 |
वर्तमान संस्करण | 2.0.2 |
अंतिम अपडेट | 2018-09-07 |
प्रकाशन तिथि | 2018-09-06 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Hristiyan Dodov |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Neat Messages for Gmail", "version": "2.0.2", "author": "Hristiyan Dodov", "description": "Improves the readibility of plain text Gmail messages by putting them in a neat container.", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "permissions": [ "storage" ], "browser_action": { "default_icon": "img\/icon-16.png", "default_popup": "popup\/index.html" }, "options_page": "options\/index.html", "content_scripts": [ { "run_at": "document_end", "css": [ "css\/style.css" ], "js": [ "js\/script.js" ], "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*" ] } ] } |