BlaCKout
Enable deep dark mode for web pages and dev tools. Saves energy with OLED screens like on Mac M1 Pro.
Co to jest BlaCKout?
BlaCKout to rozszerzenie Chrome opracowane przez https://activebridge.org, a jego główną funkcją jest „Enable deep dark mode for web pages and dev tools. Saves energy with OLED screens like on Mac M1 Pro.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BlaCKout
Pobierz pliki rozszerzeń BlaCKout w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Extension does not invent a wheel It just utilize chrome force dark mode flag and adds ability to whitelist websites by just clicking on extension or using keyboard shortcut. Advantages: - Open Source - Lightweight (5Kb) - Utilizes browser builtin dark mode Additional feature is tabless mode. It forces new tabs to be opened in new window https://github.com/galulex/deepdark
Podstawowe informacje o rozszerzeniu
Nazwa | BlaCKout |
ID | epmieacohbnladjdcjinfajhepbfaakl |
Oficjalny URL | https://chromewebstore.google.com/detail/blackout/epmieacohbnladjdcjinfajhepbfaakl |
Opis | Enable deep dark mode for web pages and dev tools. Saves energy with OLED screens like on Mac M1 Pro. |
Rozmiar pliku | 17.33 KB |
Liczba instalacji | 664 |
Aktualna Wersja | 1.8 |
Ostatnia Aktualizacja | 2024-02-19 |
Data Publikacji | 2022-12-23 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | https://activebridge.org |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/galulex/deepdark |
Adres URL Strony Pomocy | https://github.com/galulex/deepdark/issues |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BlaCKout", "description": "Enable deep dark mode for web pages and dev tools. Saves energy with OLED screens like on Mac M1 Pro.", "version": "1.8", "icons": { "128": "128.png" }, "action": { "default_title": "Toggle Dark Mode" }, "devtools_page": "devtools.html", "permissions": [ "storage" ], "host_permissions": [ " |