Bible Matters
Type 'bible', click tab and then type a search term to show results in new tab.
Bible Mattersとは何ですか?
Bible MattersはSt Helen's Bishopsgateによって開発されたChromeの拡張機能で、その主な機能は「Type 'bible', click tab and then type a search term to show results in new tab.」です。
拡張機能のスクリーンショット
Bible Matters拡張機能のCRXファイルをダウンロード
Bible Matters拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use this Chrome extension as a fast way to search the 10K+ Bible teaching resources at St Helen's Bishopsgate. 拡張機能の基本情報
| 名前 | |
| ID | gmceneophdmigekiodfemkgclfolnckc |
| 公式URL | https://chromewebstore.google.com/detail/bible-matters/gmceneophdmigekiodfemkgclfolnckc |
| 説明 | Type 'bible', click tab and then type a search term to show results in new tab. |
| ファイルサイズ | 12.27 KB |
| インストール数 | 61 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2021-07-22 |
| 公開日 | 2021-07-17 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | St Helen's Bishopsgate |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://www.st-helens.org.uk/pages/privacy-policy |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Bible Matters",
"description": "Type 'bible', click tab and then type a search term to show results in new tab.",
"version": "1.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"omnibox": {
"keyword": "bible"
},
"action": {
"default_icon": {
"16": "shb16.png",
"32": "shb32.png"
}
},
"icons": {
"16": "shb16.png",
"32": "shb32.png",
"48": "shb48.png",
"128": "shb128.png"
}
} | |