Bible Gateway Darkmode

Creates a dark mode for biblegateway.com

Co je Bible Gateway Darkmode?

Bible Gateway Darkmode je rozšíření Chrome vyvinuté Unquenched Tech, a jeho hlavní funkcí je „Creates a dark mode for biblegateway.com“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Bible Gateway Darkmode

Stáhněte si soubory rozšíření Bible Gateway Darkmode ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension creates a dark mode for BibleGateway.com                    

Základní Informace o Rozšíření

Název Bible Gateway Darkmode Bible Gateway Darkmode
ID fkmibejcfnaoglanjfceecmljgkjaici
Oficiální URL https://chromewebstore.google.com/detail/bible-gateway-darkmode/fkmibejcfnaoglanjfceecmljgkjaici
Popis Creates a dark mode for biblegateway.com
Velikost souboru 5.93 KB
Počet instalací 1,140
Aktuální Verze 0.6
Poslední Aktualizace 2023-12-03
Datum Vydání 2021-01-13
Hodnocení 5.00/5 Celkem 8 Hodnocení
Vývojář Unquenched Tech
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://theunquenchedservant.com
URL Stránky Nápovědy https://github.com/unquenchedservant/BibleGatewayDarkMode/issues
Podporované Jazyky 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
}