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
官方網址 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": [
        "*"
    ]
}