feel dark

feel dark is a simple dark mode for web pages

feel darkとは何ですか?

feel darkはmichaeldatkins2x5sによって開発されたChromeの拡張機能で、その主な機能は「feel dark is a simple dark mode for web pages」です。

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

screenshot

feel dark拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        make web page look dark using feel dark mode
1)open web page example:  lipsum.com
2)click on extension icon to turn on dark mode                    

拡張機能の基本情報

名前 feel dark feel dark
ID gbihkmhglihpmafmgbihhehhonmklcmc
公式URL https://chrome.google.com/webstore/detail/feel-dark/gbihkmhglihpmafmgbihhehhonmklcmc
説明 feel dark is a simple dark mode for web pages
ファイルサイズ 40.22 KB
インストール数 935
現在のバージョン 0.1
最終更新日 2022-03-09
公開日 2022-03-09
開発者 michaeldatkins2x5s
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "feel dark",
    "version": "0.1",
    "manifest_version": 3,
    "description": "feel dark is a  simple dark mode for web pages",
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}