Simple Night Mode
An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes.
Wat is Simple Night Mode?
Simple Night Mode is een Chrome-extensie ontwikkeld door Aniket, en de belangrijkste functie is "An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes.".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Night Mode
Download Simple Night Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Simple Night Mode |
ID | daogheeomfnjjbabmnmgpbhmamegpbaj |
Officiële URL | https://chromewebstore.google.com/detail/simple-night-mode/daogheeomfnjjbabmnmgpbhmamegpbaj |
Beschrijving | An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes. |
Bestandsgrootte | 7.84 KB |
Aantal Installaties | 1,967 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2016-12-06 |
Publicatiedatum | 2016-12-06 |
Beoordeling | 4.15/5 Totaal 40 Beoordelingen |
Ontwikkelaar | Aniket |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |