Special Dark

Darkens bright pages. Love your eyes and your power bill.

什么是Special Dark?

Special Dark是由Eonasdan开发的Chrome扩展程序,该扩展的主要功能是“Darkens bright pages. Love your eyes and your power bill.”。

扩展截图

screenshot
screenshot

下载Special Dark扩展crx文件

下载Special Dark扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ##Changes 1.8.0
- Fixed issue with github comment text.
- Replace github styles without backgrounnd image and a more updated sheet.
- Dropped Twitter styles since Twitter now has a dark theme.

## Features:
 - Includes a few special site specific styles such as:
   - Facebook
   - Amazon
   - Github
   - Stack Exchange

I realize that Stylish exists and is useful for styling individual sites, however I think that Special Dark works well for most sites with a few exceptions.                    

扩展基本信息

名称 Special Dark Special Dark
ID koifkokhhgjemendlnlaellpdeppkbmi
官方URL https://chromewebstore.google.com/detail/special-dark/koifkokhhgjemendlnlaellpdeppkbmi
简介 Darkens bright pages. Love your eyes and your power bill.
文件大小 99.18 KB
安装次数 635
当前版本 1.8.0
更新时间 2019-09-22
上架时间 2019-09-22
评分 3.72/5 共25次评分
开发者 Eonasdan
付费类型 free
扩展官网 https://github.com/Eonasdan/specialdark
支持的语言 en-US
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon38.png",
        "default_title": "Toggle dark theme"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "client.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Darkens bright pages. Love your eyes and your power bill.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Special Dark",
    "options_page": "options.html",
    "short_name": "Special Dark",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8.0",
    "web_accessible_resources": [
        "*"
    ]
}