Special Dark

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

Qu'est-ce que Special Dark ?

Special Dark est une extension Chrome développée par Eonasdan, et sa fonction principale est "Darkens bright pages. Love your eyes and your power bill.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Special Dark

Téléchargez les fichiers d'extension Special Dark au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Special Dark Special Dark
ID koifkokhhgjemendlnlaellpdeppkbmi
URL Officiel https://chromewebstore.google.com/detail/special-dark/koifkokhhgjemendlnlaellpdeppkbmi
Description Darkens bright pages. Love your eyes and your power bill.
Taille du Fichier 99.18 KB
Nombre d'Installations 635
Version Actuelle 1.8.0
Dernière Mise à Jour 2019-09-22
Date de Publication 2019-09-22
Évaluation 3.72/5 Total 25 Évaluations
Développeur Eonasdan
Type de Paiement free
Site Web de l'Extension https://github.com/Eonasdan/specialdark
Langues Prises en Charge 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": [
        "*"
    ]
}