Bible Matters

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

Co je Bible Matters?

Bible Matters je rozšíření Chrome vyvinuté St Helen's Bishopsgate, a jeho hlavní funkcí je „Type 'bible', click tab and then type a search term to show results in new tab.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Bible Matters

Stáhněte si soubory rozšíření Bible Matters ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Bible Matters Bible Matters
ID gmceneophdmigekiodfemkgclfolnckc
Oficiální URL https://chromewebstore.google.com/detail/bible-matters/gmceneophdmigekiodfemkgclfolnckc
Popis Type 'bible', click tab and then type a search term to show results in new tab.
Velikost souboru 12.27 KB
Počet instalací 61
Aktuální Verze 1.1
Poslední Aktualizace 2021-07-22
Datum Vydání 2021-07-17
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář St Helen's Bishopsgate
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.st-helens.org.uk/pages/privacy-policy
Podporované Jazyky 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"
    }
}