Bible Gateway Darkmode

Creates a dark mode for biblegateway.com

什么是Bible Gateway Darkmode?

Bible Gateway Darkmode是由Unquenched Tech开发的Chrome扩展程序,该扩展的主要功能是“Creates a dark mode for biblegateway.com”。

扩展截图

screenshot

下载Bible Gateway Darkmode扩展crx文件

下载Bible Gateway Darkmode扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension creates a dark mode for BibleGateway.com                    

扩展基本信息

名称 Bible Gateway Darkmode Bible Gateway Darkmode
ID fkmibejcfnaoglanjfceecmljgkjaici
官方URL https://chromewebstore.google.com/detail/bible-gateway-darkmode/fkmibejcfnaoglanjfceecmljgkjaici
简介 Creates a dark mode for biblegateway.com
文件大小 5.93 KB
安装次数 1,140
当前版本 0.6
更新时间 2023-12-03
上架时间 2021-01-13
评分 5.00/5 共8次评分
开发者 Unquenched Tech
电子邮箱 [email protected]
付费类型 free
扩展官网 https://theunquenchedservant.com
帮助页面URL https://github.com/unquenchedservant/BibleGatewayDarkMode/issues
支持的语言 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
}