SN Widget Editor Darkmode
Enables darkmode for ServiceNow widget editor.
What is SN Widget Editor Darkmode?
SN Widget Editor Darkmode is a Chrome extension developed by hearrok, and its main feature is "Enables darkmode for ServiceNow widget editor.".
Extension Screenshots
Download SN Widget Editor Darkmode Extension CRX File
Download SN Widget Editor Darkmode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Dark Theme for ServiceNow Widget editor --- Latest update 1.0.2 --- Further design and color improvements. Updated: Scrollbars, navigation bar, code block headers. This should give editor more uniform look with less elements sticking out.
Extension Basic Information
Name | SN Widget Editor Darkmode |
ID | icemnjbbjoijkdijmfplbdolhbeichcl |
Official URL | https://chromewebstore.google.com/detail/sn-widget-editor-darkmode/icemnjbbjoijkdijmfplbdolhbeichcl |
Description | Enables darkmode for ServiceNow widget editor. |
File Size | 3.8 KB |
Installation Count | 58 |
Current Version | 1.0.2 |
Last Updated | 2022-07-11 |
Publish Date | 2022-07-11 |
Rating | 5.00/5 Total 2 Ratings |
Developer | hearrok |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SN Widget Editor Darkmode", "description": "Enables darkmode for ServiceNow widget editor.", "version": "1.0.2", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/*\/sp_config?id=widget_editor*" ], "css": [ "extension-style.css" ] } ] } |