Bible Search

You can search bible with simple keywords

Bible Search क्या है?

Bible Search Sangwon Seo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can search bible with simple keywords"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bible Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        '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
ईमेल sapphire031794@gmail.com
भुगतान के प्रकार 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"
    }
}