Bible Matters

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

Apa itu Bible Matters?

Bible Matters adalah ekstensi Chrome yang dikembangkan oleh St Helen's Bishopsgate, dan fitur utamanya adalah "Type 'bible', click tab and then type a search term to show results in new tab.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bible Matters

Unduh file ekstensi Bible Matters dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Bible Matters Bible Matters
ID gmceneophdmigekiodfemkgclfolnckc
URL Resmi https://chromewebstore.google.com/detail/bible-matters/gmceneophdmigekiodfemkgclfolnckc
Deskripsi Type 'bible', click tab and then type a search term to show results in new tab.
Ukuran File 12.27 KB
Jumlah Instalasi 61
Versi Saat Ini 1.1
Terakhir Diperbarui 2021-07-22
Tanggal Publikasi 2021-07-17
Penilaian 5.00/5 Total 1 Penilaian
Pengembang St Helen's Bishopsgate
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.st-helens.org.uk/pages/privacy-policy
Bahasa yang Didukung 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"
    }
}