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 |
| 公式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 |
| Eメール | [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
} | |