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開發的Chrome擴展程式,該擴展的主要功能是“Dark Mode for ServiceNow, Reduce eye strain when using dark mode for ServiceNow tools and services.”。
擴展截圖
下載ServiceNow Dark Mode - NightWolf擴展crx文件
下載ServiceNow Dark Mode - NightWolf擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } } |