Ecosia Darkmode

Browse Ecosia in dark mode - save the planet, and your eyes.

Ecosia Darkmodeとは何ですか?

Ecosia Darkmodeはk_aaa129058によって開発されたChromeの拡張機能で、その主な機能は「Browse Ecosia in dark mode - save the planet, and your eyes.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        A darkmode built for Ecosia: Ecosia Darkmode enables a custom dark theme for all Ecosia searches, giving your eyes a chance to rest while your searches plant trees.

Styled after Google's dark mode, the extension should be familiar to anyone wanting to switch to Ecosia.

• Lightweight and reliable
• Practical but good looking design
• No flickering or flashing
• Respects your privacy

UPDATE:
Ecosia has added their own darkmode as of 31/10/2022. This extension will remain be updated so users who prefer the theming can continue to enjoy it, but future support may be limited. Thank you to everyone who used and supported Ecosia Darmode <3                    

拡張機能の基本情報

名前 Ecosia Darkmode Ecosia Darkmode
ID ncidpdcppimaiedanpmfgalibnfefpki
公式URL https://chromewebstore.google.com/detail/ecosia-darkmode/ncidpdcppimaiedanpmfgalibnfefpki
説明 Browse Ecosia in dark mode - save the planet, and your eyes.
ファイルサイズ 1.01 MB
インストール数 97
現在のバージョン 1.574
最終更新日 2022-11-02
公開日 2022-02-14
評価 5.00/5 合計 2 レビュー
開発者 k_aaa129058
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ecosia Darkmode",
    "description": "Browse Ecosia in dark mode - save the planet, and your eyes.",
    "version": "1.574",
    "author": "Kw_hrs",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/get_started16.png",
        "32": "\/images\/get_started32.png",
        "48": "\/images\/get_started48.png",
        "128": "\/images\/get_started128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ecosia.org\/*"
            ],
            "css": [
                "dark.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/info.ecosia.org\/*"
            ],
            "css": [
                "dark_info.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": []
}