ServiceNow Dark Mode - NightWolf
Dark Mode for ServiceNow, Reduce eye strain when using dark mode for ServiceNow tools and services.
ServiceNow Dark Mode - NightWolf क्या है?
ServiceNow Dark Mode - NightWolf https://servicenow-ui.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dark Mode for ServiceNow, Reduce eye strain when using dark mode for ServiceNow tools and services."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ServiceNow Dark Mode - NightWolf एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Service Now Dark Mode - Night Wolf Extension ensures to take care of your eyes using dark theme for ServiceNow tools and services. Dark Mode is an extension for your browser to enable the dark theme for ServiceNow on the go!. Say goodbye to dryness, itchiness, and tired eyes. DARK THEME FOR SERVICENOW The extension will make the colors of the ServiceNow UI to the darker shades, as well as alter the text color to make it easy to read on a dark background. Dark mode is a user interface for content that displays light text on a dark background. Dark mode is especially helpful for those viewing computing device screens at night. The reduced brightness can reduce eye strain in low light conditions. Dark mode can also be used as a courtesy in situations when a screen's bright light might annoy others.
एक्सटेंशन की मूल जानकारी
नाम | ServiceNow Dark Mode - NightWolf |
ID | iojloacieobnkcakfllkcbcmgcoobkgh |
आधिकारिक URL | https://chromewebstore.google.com/detail/servicenow-dark-mode-nigh/iojloacieobnkcakfllkcbcmgcoobkgh |
विवरण | Dark Mode for ServiceNow, Reduce eye strain when using dark mode for ServiceNow tools and services. |
फ़ाइल का आकार | 40.77 KB |
स्थापना संख्या | 674 |
वर्तमान संस्करण | 2.2 |
अंतिम अपडेट | 2024-02-04 |
प्रकाशन तिथि | 2022-06-07 |
रेटिंग | 3.56/5 कुल 9 रेटिंग्स |
डेवलपर | https://servicenow-ui.github.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://servicenow-ui.github.io/ |
गोपनीयता नीति पृष्ठ URL | https://github.com/virtualvivek/server/blob/main/chrome_extensions/privacypolicy.md |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ServiceNow Dark Mode - NightWolf", "short_name": "SNOW Dark Mode", "version": "2.2", "description": "Dark Mode for ServiceNow, Reduce eye strain when using dark mode for ServiceNow tools and services.", "manifest_version": 3, "author": "Vivek Verma", "icons": { "16": ".\/assets\/icon16.png", "48": ".\/assets\/icon48.png", "128": ".\/assets\/icon128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.service-now.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "nightwolf_navigator.css", "nightwolf_main.css", "nightwolf_stream_reader.css" ], "matches": [ "*:\/\/*.service-now.com\/*" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "16": ".\/assets\/icon16.png", "48": ".\/assets\/icon48.png", "128": ".\/assets\/icon128.png" } } } |