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”。
擴展截圖
下載Bible Gateway Darkmode擴展crx文件
下載Bible Gateway Darkmode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension creates a dark mode for BibleGateway.com 擴展基本資訊
| 名稱 | |
| ID | fkmibejcfnaoglanjfceecmljgkjaici |
| 官方網址 | 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
} | |