Bible Gateway Darkmode
Creates a dark mode for biblegateway.com
Co to jest Bible Gateway Darkmode?
Bible Gateway Darkmode to rozszerzenie Chrome opracowane przez Unquenched Tech, a jego główną funkcją jest „Creates a dark mode for biblegateway.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bible Gateway Darkmode
Pobierz pliki rozszerzeń Bible Gateway Darkmode 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 extension creates a dark mode for BibleGateway.com Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fkmibejcfnaoglanjfceecmljgkjaici |
| Oficjalny URL | https://chromewebstore.google.com/detail/bible-gateway-darkmode/fkmibejcfnaoglanjfceecmljgkjaici |
| Opis | Creates a dark mode for biblegateway.com |
| Rozmiar pliku | 5.93 KB |
| Liczba instalacji | 1,140 |
| Aktualna Wersja | 0.6 |
| Ostatnia Aktualizacja | 2023-12-03 |
| Data Publikacji | 2021-01-13 |
| Ocena | 5.00/5 Łącznie 8 Oceny |
| Deweloper | Unquenched Tech |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://theunquenchedservant.com |
| Adres URL Strony Pomocy | https://github.com/unquenchedservant/BibleGatewayDarkMode/issues |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bible Gateway Darkmode",
"version": "0.6",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"description": "Creates a dark mode for biblegateway.com",
"content_scripts": [
{
"css": [
"styles.css"
],
"matches": [
"https:\/\/www.biblegateway.com\/*"
]
}
],
"manifest_version": 3
} | |