Bible vocab: A Bible dictionary
Popup dictionary on Bible words.
Bible vocab: A Bible dictionaryとは何ですか?
Bible vocab: A Bible dictionaryはpatricksptangによって開発されたChromeの拡張機能で、その主な機能は「Popup dictionary on Bible words.」です。
拡張機能のスクリーンショット
Bible vocab: A Bible dictionary拡張機能のCRXファイルをダウンロード
Bible vocab: A Bible dictionary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Provides definition of Biblical words when you hover your mouse over a verse number at the following websites: - YouVersion's Bible.com - Biblica.com - eBible.org - BibleSearch (bibles.org) - BibleGateway.com Works on all Bible translations in any languages. Our only goal is to provide high quality Bible study tools for free. No advertisements, no sales, no gimmicks, ...
拡張機能の基本情報
名前 | Bible vocab: A Bible dictionary |
ID | hoibkbojkkeacjciibbjbnbflcdkahhp |
公式URL | https://chromewebstore.google.com/detail/bible-vocab-a-bible-dicti/hoibkbojkkeacjciibbjbnbflcdkahhp |
説明 | Popup dictionary on Bible words. |
ファイルサイズ | 18.39 KB |
インストール数 | 178 |
現在のバージョン | 0.0.2 |
最終更新日 | 2023-04-29 |
公開日 | 2023-03-11 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | patricksptang |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "action": { "default_icon": { "19": "images\/step.png", "38": "images\/step.png" }, "default_title": "Enable Bible vocab" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*.bible.com\/*", "https:\/\/www.biblegateway.com\/*", "https:\/\/www.biblica.com\/*", "https:\/\/ebible.org\/*", "https:\/\/bibles.org\/*", "https:\/\/*.global.bible\/*" ] } ], "description": "Popup dictionary on Bible words.", "icons": { "128": "images\/step.png", "48": "images\/step.png", "38": "images\/step.png", "32": "images\/step.png", "19": "images\/step.png" }, "manifest_version": 3, "name": "Bible vocab: A Bible dictionary", "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2", "web_accessible_resources": [ { "resources": [ "css\/bve.css", "images\/step.png" ], "matches": [ "https:\/\/*.bible.com\/*", "https:\/\/*.biblegateway.com\/*", "https:\/\/www.biblica.com\/*", "https:\/\/ebible.org\/*", "https:\/\/bibles.org\/*", "https:\/\/*.global.bible\/*" ] } ] } |