Hacker News Dark Theme
A non-invaise dark theme for Hacker News.
Co to jest Hacker News Dark Theme?
Hacker News Dark Theme to rozszerzenie Chrome opracowane przez azerella, a jego główną funkcją jest „A non-invaise dark theme for Hacker News.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hacker News Dark Theme
Pobierz pliki rozszerzeń Hacker News Dark Theme 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
This is an opinionated dark theme for Hacker News to act as a temporary replacement until the site implements its own theme.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ndeojhdifgncfggdoocajmceelcnmkgh |
Oficjalny URL | https://chrome.google.com/webstore/detail/hacker-news-dark-theme/ndeojhdifgncfggdoocajmceelcnmkgh |
Opis | A non-invaise dark theme for Hacker News. |
Rozmiar pliku | 13.91 KB |
Liczba instalacji | 127 |
Aktualna Wersja | 0.1.0 |
Ostatnia Aktualizacja | 2020-05-16 |
Data Publikacji | 2020-05-16 |
Deweloper | azerella |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/adamzerella/ext-hn-darkmode |
Adres URL Strony Pomocy | https://github.com/adamzerella/ext-hn-darkmode/issues |
Adres URL Strony Polityki Prywatności | https://github.com/azerella/ext-ambient-darkmode |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hacker News Dark Theme", "short_name": "hndt", "author": "Adam Zerella", "homepage_url": "https:\/\/github.com\/adamzerella\/ext-hn-darkmode", "version": "0.1.0", "description": "A non-invaise dark theme for Hacker News.", "permissions": [ "https:\/\/news.ycombinator.com\/" ], "background": { "scripts": [ "extension.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png" }, "default_title": "Hacker News Dark Theme" }, "web_accessible_resources": [ "extension.js" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon64.png", "128": "icons\/icon128.png" } } |