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
电子邮箱 [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": []
}