Nighty
Switch certain apps into a finely tuned night mode.
Wat is Nighty?
Nighty is een Chrome-extensie ontwikkeld door https://sites.google.com/site/timothywatkins, en de belangrijkste functie is "Switch certain apps into a finely tuned night mode.".
Extensie Screenshots
Download het CRX-bestand van de extensie Nighty
Download Nighty-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
Switch certain apps into a finely tuned night mode. Currently supports: - Facebook Messenger
Basisinformatie over de Extensie
Naam | |
ID | iikdidolhafmncjalfilhgnefnkjlbgm |
Officiële URL | https://chromewebstore.google.com/detail/nighty/iikdidolhafmncjalfilhgnefnkjlbgm |
Beschrijving | Switch certain apps into a finely tuned night mode. |
Bestandsgrootte | 9.8 KB |
Aantal Installaties | 13 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2017-05-09 |
Publicatiedatum | 2017-05-09 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://sites.google.com/site/timothywatkins |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/jankcat/nighty |
Help Pagina-URL | https://github.com/jankcat/nighty/issues |
URL van de Privacybeleid Pagina | https://github.com/jankcat/nighty |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nighty", "description": "Switch certain apps into a finely tuned night mode.", "author": "Tim Watkins", "homepage_url": "https:\/\/github.com\/jankcat\/nighty", "short_name": "Nighty", "version": "1.3", "browser_action": { "default_icon": "icon2.png" }, "background": { "scripts": [ "nighty.js" ], "persistent": false }, "permissions": [ "tabs", "webNavigation", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |