Special Dark

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

Special Dark là gì?

Special Dark là một tiện ích mở rộng Chrome được phát triển bởi Eonasdan, và tính năng chính của nó là "Darkens bright pages. Love your eyes and your power bill.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Special Dark

Tải xuống các tệp mở rộng Special Dark dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ##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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Special Dark Special Dark
ID koifkokhhgjemendlnlaellpdeppkbmi
URL Chính Thức https://chromewebstore.google.com/detail/special-dark/koifkokhhgjemendlnlaellpdeppkbmi
Mô tả Darkens bright pages. Love your eyes and your power bill.
Kích Thước Tệp 99.18 KB
Số Lần Cài Đặt 635
Phiên Bản Hiện Tại 1.8.0
Cập Nhật Lần Cuối 2019-09-22
Ngày Phát Hành 2019-09-22
Đánh Giá 3.72/5 Tổng số 25 Đánh Giá
Nhà Phát Triển Eonasdan
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Eonasdan/specialdark
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*"
    ]
}