Bible Matters

Type 'bible', click tab and then type a search term to show results in new tab.

Bible Matters là gì?

Bible Matters là một tiện ích mở rộng Chrome được phát triển bởi St Helen's Bishopsgate, và tính năng chính của nó là "Type 'bible', click tab and then type a search term to show results in new tab.".

Ả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 Matters

Tải xuống các tệp mở rộng Bible Matters 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

                        Use this Chrome extension as a fast way to search the 10K+ Bible teaching resources at St Helen's Bishopsgate.                    

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

Tên Bible Matters Bible Matters
ID gmceneophdmigekiodfemkgclfolnckc
URL Chính Thức https://chromewebstore.google.com/detail/bible-matters/gmceneophdmigekiodfemkgclfolnckc
Mô tả Type 'bible', click tab and then type a search term to show results in new tab.
Kích Thước Tệp 12.27 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-07-22
Ngày Phát Hành 2021-07-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển St Helen's Bishopsgate
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.st-helens.org.uk/pages/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}