Dark Hacker News
Dark Mode For Hacker News
Co to jest Dark Hacker News?
Dark Hacker News to rozszerzenie Chrome opracowane przez Matthew Wilkinson, a jego główną funkcją jest „Dark Mode For Hacker News”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Dark Hacker News
Pobierz pliki rozszerzeń Dark Hacker News 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
A basic dark theme for Hacker News. If you have any desires you can put an issues at the repo.
https://github.com/AirsickLowlander/DarkHacker
Any improvements are also welcome.
Let me know what you think :) Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ibhckhmgbfnlagdgpheomkaegpnimnhj |
| Oficjalny URL | https://chromewebstore.google.com/detail/dark-hacker-news/ibhckhmgbfnlagdgpheomkaegpnimnhj |
| Opis | Dark Mode For Hacker News |
| Rozmiar pliku | 7.83 KB |
| Liczba instalacji | 401 |
| Aktualna Wersja | 0.1.3 |
| Ostatnia Aktualizacja | 2022-10-01 |
| Data Publikacji | 2019-01-20 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Matthew Wilkinson |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/ScFix/DarkHacker |
| Adres URL Strony Pomocy | https://github.com/ScFix/DarkHacker/issues |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Dark Hacker News",
"version": "0.1.3",
"description": "Dark Mode For Hacker News",
"permissions": [
"https:\/\/news.ycombinator.com\/*"
],
"action": {
"default_icon": {
"16": "images\/Dh16.png",
"32": "images\/Dh32.png",
"48": "images\/Dh48.png",
"128": "images\/Dh128.png"
}
},
"icons": {
"16": "images\/Dh16.png",
"32": "images\/Dh32.png",
"48": "images\/Dh48.png",
"128": "images\/Dh128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/news.ycombinator.com\/*"
],
"css": [
"DarkHacker.css"
]
}
],
"manifest_version": 3
} | |