Simple Night Mode

An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes.

Qu'est-ce que Simple Night Mode ?

Simple Night Mode est une extension Chrome développée par Aniket, et sa fonction principale est "An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Simple Night Mode

Téléchargez les fichiers d'extension Simple Night Mode 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

                        Invert the color of any webpage/website, making contents of any website readable and less stressful on your eyes if you are surfing internet in dark lit room.

Click the Simple Night Mode Button to start Night Mode.                    

Informations de Base sur l'Extension

Nom Simple Night Mode Simple Night Mode
ID daogheeomfnjjbabmnmgpbhmamegpbaj
URL Officiel https://chromewebstore.google.com/detail/simple-night-mode/daogheeomfnjjbabmnmgpbhmamegpbaj
Description An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes.
Taille du Fichier 7.84 KB
Nombre d'Installations 1,967
Version Actuelle 1.0.2
Dernière Mise à Jour 2016-12-06
Date de Publication 2016-12-06
Évaluation 4.15/5 Total 40 Évaluations
Développeur Aniket
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Night Mode",
    "version": "1.0.2",
    "description": "An addon to invert the color of any webpage\/website, making contents of any website less stressful on your eyes.",
    "background": {
        "scripts": [
            "libs\/control.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/system.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon24.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon24.png",
            "38": "images\/icon48.png"
        },
        "default_title": "Simple Night Mode"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "themes\/simple.css",
        "libs\/system.js"
    ]
}