Nighty
Switch certain apps into a finely tuned night mode.
Hvad er Nighty?
Nighty er en Chrome-udvidelse udviklet af https://sites.google.com/site/timothywatkins, og dens hovedfunktion er "Switch certain apps into a finely tuned night mode.".
Udvidelsesskærmbilleder
Download Nighty-udvidelses-CRX-fil
Download Nighty-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Switch certain apps into a finely tuned night mode. Currently supports: - Facebook Messenger
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | iikdidolhafmncjalfilhgnefnkjlbgm |
Officiel URL | https://chromewebstore.google.com/detail/nighty/iikdidolhafmncjalfilhgnefnkjlbgm |
Beskrivelse | Switch certain apps into a finely tuned night mode. |
Filstørrelse | 9.8 KB |
Antal Installationer | 13 |
Nuværende Version | 1.3 |
Senest Opdateret | 2017-05-09 |
Udgivelsesdato | 2017-05-09 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://sites.google.com/site/timothywatkins |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/jankcat/nighty |
Hjælpeside-URL | https://github.com/jankcat/nighty/issues |
URL til Fortrolighedspolitik Side | https://github.com/jankcat/nighty |
Understøttede Sprog | 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" ] } |