Illumify
Dark theme for every website. Care your eyes, use Dark Reader for night and daily browsing.
Illumify क्या है?
Illumify illumify.extension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dark theme for every website. Care your eyes, use Dark Reader for night and daily browsing."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Illumify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Illumify visualization tool enables night mode creating dark themes and themes featuring color blind correction. Illumify inverts bright colors giving them more contrast and making them easier to see. You can adjust brightness, contrast, sepia filter, dark mode, font settings, text size, as well as change various color blind options. Color blind options include: changing link colors for visited and uninvited sites, having color values display via text popup when hovering the mouse over the web page, and a color blind correction filter that adjusts based on the type of color blindness and the sensitivity of an individual. While these features are all working, they are still under development and may behave strangely. Illumify is a fork of Dark Reader. It does not show ads and does not send user's data anywhere. It will be fully open-source in the near future. https://github.com/darkreader/darkreader https://github.com/agatt1/Illumify App feedback can be given here: https://marquette.az1.qualtrics.com/jfe/form/SV_9ZaufkfIR6luDSR
एक्सटेंशन की मूल जानकारी
नाम | Illumify |
ID | mhocdmcpgbfbodcdmgfppdicjaechnna |
आधिकारिक URL | https://chromewebstore.google.com/detail/illumify/mhocdmcpgbfbodcdmgfppdicjaechnna |
विवरण | Dark theme for every website. Care your eyes, use Dark Reader for night and daily browsing. |
फ़ाइल का आकार | 602 KB |
स्थापना संख्या | 2,677 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2020-01-07 |
प्रकाशन तिथि | 2020-01-07 |
रेटिंग | 4.56/5 कुल 54 रेटिंग्स |
डेवलपर | illumify.extension |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://github.com/agatt1/Illumify/wiki/Privacy-Policy |
समर्थित भाषाएँ | id,de,en,en-GB,en-US,fr,es,it,pt-BR,pt-PT,ro,cs,ru,hi,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Illumify", "version": "1.0.4", "author": "MU Senior Design", "description": "__MSG_extension_description__", "default_locale": "en", "content_security_policy": "script-src 'self' 'sha256-uQgNhYU8Ypo1navfrIQYXrn9+llmYNpu45iovAtfn3A=' http:\/\/localhost; object-src 'self'", "browser_action": { "default_title": "Illumify", "default_icon": { "38": "icons\/dr_active_38.png", "19": "icons\/dr_active_19.png" }, "default_popup": "ui\/popup\/index.html" }, "icons": { "16": "icons\/dr_16.png", "48": "icons\/dr_48.png", "128": "icons\/dr_128.png" }, "background": { "persistent": true, "page": "background\/index.html" }, "content_scripts": [ { "matches": [ " |