Bible Search

You can search bible with simple keywords

Bible Search là gì?

Bible Search là một tiện ích mở rộng Chrome được phát triển bởi Sangwon Seo, và tính năng chính của nó là "You can search bible with simple keywords".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bible Search

Tải xuống các tệp mở rộng Bible Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        '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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bible Search Bible Search
ID lcimelgcehidimkkleiknejjiicieekb
URL Chính Thức https://chromewebstore.google.com/detail/bible-search/lcimelgcehidimkkleiknejjiicieekb
Mô tả You can search bible with simple keywords
Kích Thước Tệp 105 KB
Số Lần Cài Đặt 339
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2023-07-27
Ngày Phát Hành 2022-05-19
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Sangwon Seo
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/aota18/bible-search-extension
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}