Dark Mode Global
Invert light-themed web pages into dark to reduce eyestrain
Dark Mode Global क्या है?
Dark Mode Global joue.quroi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Invert light-themed web pages into dark to reduce eyestrain"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dark Mode Global एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension blackens white-themed webpages automatically using CSS rules. The idea is to reduce eyestrain while reading documents hence the toolbar button is like a switch to turn dark theme on and off. The user can add one or several pages to the blacklist to prevent automatic conversion when the extension is enabled. This extension supports custom styling for the dark mode to fix possible glitches while automatically converting a page. In comparison to the other dark mode extensions, this one has a built-in method to apply the dark theme only to web pages that use a light background color. So if for instance, you visit a web page that has a default black theme, then the extension will not apply the dark theme at all!
एक्सटेंशन की मूल जानकारी
नाम | Dark Mode Global |
ID | ngfbfmhhkpknjodmiklpkipnlmolabee |
आधिकारिक URL | https://chromewebstore.google.com/detail/dark-mode-global/ngfbfmhhkpknjodmiklpkipnlmolabee |
विवरण | Invert light-themed web pages into dark to reduce eyestrain |
फ़ाइल का आकार | 27.19 KB |
स्थापना संख्या | 1,089 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2018-02-07 |
प्रकाशन तिथि | 2018-02-07 |
रेटिंग | 4.20/5 कुल 15 रेटिंग्स |
डेवलपर | joue.quroi |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://add0n.com/dark-mode-global.html |
सहायता पृष्ठ URL | http://add0n.com/dark-mode-global.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.0", "name": "Dark Mode Global", "description": "Invert light-themed web pages into dark to reduce eyestrain", "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png" }, "permissions": [ "*:\/\/*\/*", "webNavigation", "storage", "contextMenus", "notifications" ], "homepage_url": "http:\/\/add0n.com\/dark-mode-global.html", "browser_action": { "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png", "256": "data\/icons\/256.png" } }, "background": { "scripts": [ "webext.js", "background.js" ] }, "options_ui": { "page": "data\/options\/index.html", "chrome_style": true } } |