black Gmail
This extension darkens the background color of Gmail.
black Gmail क्या है?
black Gmail kinosi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension darkens the background color of Gmail."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में black Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
On Gmail,the background color of the text remains white, even with dark themes. This extension can darken the background color and whiten the text. If you want to know more, please check screenshots.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kbobhigaelikafhojcljnbbdiphibpke |
आधिकारिक URL | https://chrome.google.com/webstore/detail/black-gmail/kbobhigaelikafhojcljnbbdiphibpke |
विवरण | This extension darkens the background color of Gmail. |
फ़ाइल का आकार | 5.2 KB |
स्थापना संख्या | 32 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2019-06-19 |
प्रकाशन तिथि | 2019-06-19 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | kinosi |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "black Gmail", "author": "catdance124", "description": "This extension darkens the background color of Gmail.", "version": "1.0.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/*" ], "css": [ "style.css" ] } ], "icons": { "16": "icon16.png", "128": "icon128.png" } } |