SN Widget Editor Darkmode

Enables darkmode for ServiceNow widget editor.

SN Widget Editor Darkmodeとは何ですか?

SN Widget Editor Darkmodeはhearrokによって開発されたChromeの拡張機能で、その主な機能は「Enables darkmode for ServiceNow widget editor.」です。

拡張機能のスクリーンショット

screenshot

SN Widget Editor Darkmode拡張機能のCRXファイルをダウンロード

SN Widget Editor Darkmode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 SN Widget Editor Darkmode SN Widget Editor Darkmode
ID icemnjbbjoijkdijmfplbdolhbeichcl
公式URL https://chromewebstore.google.com/detail/sn-widget-editor-darkmode/icemnjbbjoijkdijmfplbdolhbeichcl
説明 Enables darkmode for ServiceNow widget editor.
ファイルサイズ 3.8 KB
インストール数 58
現在のバージョン 1.0.2
最終更新日 2022-07-11
公開日 2022-07-11
評価 5.00/5 合計 2 レビュー
開発者 hearrok
Eメール [email protected]
支払い方法 free
対応言語 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"
            ]
        }
    ]
}