Special Dark

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

Special Darkคืออะไร?

Special Dark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eonasdan และคุณลักษณะหลักของมันคือ "Darkens bright pages. Love your eyes and your power bill."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Special Dark

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
        "*"
    ]
}