NigthOwl Mode🦉
Dark Mode theme, reduce eye strain in low light conditions specially, if you are an owl that works late at night.
Was ist NigthOwl Mode🦉?
NigthOwl Mode🦉 ist eine Chrome-Erweiterung, die von chrisDevWok entwickelt wurde, und ihr Hauptmerkmal ist "Dark Mode theme, reduce eye strain in low light conditions specially, if you are an owl that works late at night.".
Erweiterungsscreenshots
NigthOwl Mode🦉-Erweiterungs-CRX-Datei herunterladen
Laden Sie NigthOwl Mode🦉-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The Dark Theme mode exclusively for Springboard, a user will be able to go easy on the eyes and increase focus and productivity. This is version 1.0, we have many feature updates on the way. Next update will include removal of many unnecessary distractions that will help keep you lazer focused and productive to help you max out your time! 📣📣📣New updates & Feature Announcements 📣📣📣 > Fix bug: Sidebar not updating to Dark Mode > Adding a toggle option from Light Mode / Dark Mode // Productivity Features > Remove Youtube Pause Banner Suggestions > Remove Youtube HTML-5 end of screen Banner Suggestions // Celebration 🎊🎊🎊🎊🎊🎊🎊 > Page will load confetti animation when completed with a section module
Grundlegende Informationen zur Erweiterung
Name | NigthOwl Mode🦉 |
ID | eeejechfiigialpjicekkgeohaiklhke |
Offizielle URL | https://chromewebstore.google.com/detail/nigthowl-mode%F0%9F%A6%89/eeejechfiigialpjicekkgeohaiklhke |
Beschreibung | Dark Mode theme, reduce eye strain in low light conditions specially, if you are an owl that works late at night. |
Dateigröße | 4.24 KB |
Installationsanzahl | 47 |
Aktuelle Version | 1.1 |
Letztes Update | 2021-08-05 |
Veröffentlichungsdatum | 2021-08-03 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | chrisDevWok |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NigthOwl Mode\ud83e\udd89", "version": "1.1", "manifest_version": 2, "description": "Dark Mode theme, reduce eye strain in low light conditions specially, if you are an owl that works late at night.", "browser_action": { "default_icon": { "16": "owl-icon.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.springboard.com\/workshops\/software-engineering-career-track\/*" ], "js": [ ".\/main.js" ] } ] } |