Special Dark

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

O que é Special Dark?

Special Dark é uma extensão do Chrome desenvolvida por Eonasdan, e sua principal característica é "Darkens bright pages. Love your eyes and your power bill.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Special Dark

Baixe arquivos de extensão Special Dark no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Special Dark Special Dark
ID koifkokhhgjemendlnlaellpdeppkbmi
URL Oficial https://chromewebstore.google.com/detail/special-dark/koifkokhhgjemendlnlaellpdeppkbmi
Descrição Darkens bright pages. Love your eyes and your power bill.
Tamanho do Arquivo 99.18 KB
Contagem de Instalações 635
Versão Atual 1.8.0
Última Atualização 2019-09-22
Data de Publicação 2019-09-22
Classificação 3.72/5 Total de 25 Avaliações
Desenvolvedor Eonasdan
Tipo de Pagamento free
Site da Extensão https://github.com/Eonasdan/specialdark
Idiomas Suportados 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": [
        "*"
    ]
}