Dark Mode Kali
Dark mode can used to protect eyes from harsh brightness
Hvad er Dark Mode Kali?
Dark Mode Kali er en Chrome-udvidelse udviklet af Sarthak Bansal, og dens hovedfunktion er "Dark mode can used to protect eyes from harsh brightness".
Udvidelsesskærmbilleder
Download Dark Mode Kali-udvidelses-CRX-fil
Download Dark Mode Kali-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
It has very clean user interface that do it's job in robust way. It has Night Owl eye mode to protect your eyes from uv rays during night shifts. It also has dark mode in which you can add exceptions to various websites
Grundlæggende oplysninger om udvidelsen
Navn | Dark Mode Kali |
ID | chbdmdapmeflnkgibpgbdcblndooljff |
Officiel URL | https://chromewebstore.google.com/detail/dark-mode-kali/chbdmdapmeflnkgibpgbdcblndooljff |
Beskrivelse | Dark mode can used to protect eyes from harsh brightness |
Filstørrelse | 86.99 KB |
Antal Installationer | 811 |
Nuværende Version | 0.0.2 |
Senest Opdateret | 2023-04-04 |
Udgivelsesdato | 2020-08-20 |
Bedømmelse | 4.13/5 Samlet 8 Bedømmelser |
Udvikler | Sarthak Bansal |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en,en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark Mode Kali", "description": "Dark mode can used to protect eyes from harsh brightness", "default_locale": "en", "icons": { "128": "img\/128.png", "64": "img\/64.png", "32": "img\/32.png" }, "browser_action": { "default_icon": "img\/64.png", "default_title": "__MSG_name__", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ] }, "options_page": "options.html", "content_scripts": [ { "js": [ "js\/storage.js", "js\/content.js" ], "matches": [ " |