Google Inbox Dark Skin
Darkens the Google Inbox page to an easy on the eyes skin.
Google Inbox Dark Skin क्या है?
Google Inbox Dark Skin yasser.ebrahim द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Darkens the Google Inbox page to an easy on the eyes skin."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Inbox Dark Skin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Hand-picked colors to reduce eye strain, this isn't just an inversion skin, I custom designed the colors here to look pretty while being gentle on the eyes. Enjoy. v0.2: Fixed styling with email compose, and disabled email reformatting. Emails now appear just as received. v0.3: All emails are now in dark theme too, more style fixes.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ihjnomkmbhokbglmhifpfpbomhbcoajl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/google-inbox-dark-skin/ihjnomkmbhokbglmhifpfpbomhbcoajl |
विवरण | Darkens the Google Inbox page to an easy on the eyes skin. |
फ़ाइल का आकार | 126 KB |
स्थापना संख्या | 228 |
वर्तमान संस्करण | 0.3 |
अंतिम अपडेट | 2016-11-28 |
प्रकाशन तिथि | 2016-11-28 |
रेटिंग | 2.26/5 कुल 34 रेटिंग्स |
डेवलपर | yasser.ebrahim |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "include_globs": [ "*" ], "js": [ "dark_inbox.js" ], "matches": [ "http:\/\/inbox.google.com\/u\/*", "https:\/\/inbox.google.com\/u\/*" ], "run_at": "document_end" } ], "description": "Darkens the Google Inbox page to an easy on the eyes skin.", "manifest_version": 2, "name": "Google Inbox Dark Skin", "short_name": "Dark Inbox", "version": "0.3" } |