Bible Matters

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

Vad är Bible Matters?

Bible Matters är en Chrome-tillägg utvecklad av St Helen's Bishopsgate, och dess huvudfunktion är "Type 'bible', click tab and then type a search term to show results in new tab.".

Tilläggsskärmbilder

screenshot

Ladda ner Bible Matters-förlängningens CRX-fil

Ladda ner Bible Matters-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Bible Matters Bible Matters
ID gmceneophdmigekiodfemkgclfolnckc
Officiell webbadress https://chromewebstore.google.com/detail/bible-matters/gmceneophdmigekiodfemkgclfolnckc
Beskrivning Type 'bible', click tab and then type a search term to show results in new tab.
Filstorlek 12.27 KB
Antal Installationer 61
Aktuell Version 1.1
Senast Uppdaterad 2021-07-22
Publiceringsdatum 2021-07-17
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare St Helen's Bishopsgate
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.st-helens.org.uk/pages/privacy-policy
Stödda Språk 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"
    }
}