Special Dark

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

Co to jest Special Dark?

Special Dark to rozszerzenie Chrome opracowane przez Eonasdan, a jego główną funkcją jest „Darkens bright pages. Love your eyes and your power bill.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Special Dark

Pobierz pliki rozszerzeń Special Dark w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Special Dark Special Dark
ID koifkokhhgjemendlnlaellpdeppkbmi
Oficjalny URL https://chromewebstore.google.com/detail/special-dark/koifkokhhgjemendlnlaellpdeppkbmi
Opis Darkens bright pages. Love your eyes and your power bill.
Rozmiar pliku 99.18 KB
Liczba instalacji 635
Aktualna Wersja 1.8.0
Ostatnia Aktualizacja 2019-09-22
Data Publikacji 2019-09-22
Ocena 3.72/5 Łącznie 25 Oceny
Deweloper Eonasdan
Typ Płatności free
Strona Rozszerzenia https://github.com/Eonasdan/specialdark
Obsługiwane Języki 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": [
        "*"
    ]
}