Bible Search

You can search bible with simple keywords

Bible Searchとは何ですか?

Bible SearchはSangwon Seoによって開発されたChromeの拡張機能で、その主な機能は「You can search bible with simple keywords」です。

拡張機能のスクリーンショット

screenshot

Bible Search拡張機能のCRXファイルをダウンロード

Bible Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        'Bible search' is a chrome extension helps you to find the Bible verses with simple keyword.

[Features]
- You can search the Bible with abbreviation.
- You can copy the results to the clipboard.
  - If you find verses in range (like Gen1:1-10), you can click each box to copy single verse or click 'Copy All' button to copy whole results into clipboard.
  - If you find with keywords, you can click each box for single copy to clipboard.

[Language]
We provide multiple languages by your chrome browser language settings.
- English (KJV)
- Korean (개역개정, 개역한글)

[Example]
- gen 1:10 (Single)
- gen 1:10-20 (Range)
- Jesus (Results keyword included)                    

拡張機能の基本情報

名前 Bible Search Bible Search
ID lcimelgcehidimkkleiknejjiicieekb
公式URL https://chromewebstore.google.com/detail/bible-search/lcimelgcehidimkkleiknejjiicieekb
説明 You can search bible with simple keywords
ファイルサイズ 105 KB
インストール数 339
現在のバージョン 0.0.7
最終更新日 2023-07-27
公開日 2022-05-19
評価 4.33/5 合計 3 レビュー
開発者 Sangwon Seo
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/aota18/bible-search-extension
対応言語 en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.7",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/icons\/bible-16.png",
        "32": "assets\/icons\/bible-32.png",
        "96": "assets\/icons\/bible-96.png",
        "128": "assets\/icons\/bible-128.png"
    },
    "author": "Sangwon Seo",
    "permissions": [],
    "action": {
        "default_popup": "index.html",
        "default_title": "Bible Search",
        "default_locale": "en"
    }
}