Bible Matters
Type 'bible', click tab and then type a search term to show results in new tab.
Co to jest Bible Matters?
Bible Matters to rozszerzenie Chrome opracowane przez St Helen's Bishopsgate, a jego główną funkcją jest „Type 'bible', click tab and then type a search term to show results in new tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bible Matters
Pobierz pliki rozszerzeń Bible Matters w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Use this Chrome extension as a fast way to search the 10K+ Bible teaching resources at St Helen's Bishopsgate. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gmceneophdmigekiodfemkgclfolnckc |
| Oficjalny URL | https://chromewebstore.google.com/detail/bible-matters/gmceneophdmigekiodfemkgclfolnckc |
| Opis | Type 'bible', click tab and then type a search term to show results in new tab. |
| Rozmiar pliku | 12.27 KB |
| Liczba instalacji | 61 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2021-07-22 |
| Data Publikacji | 2021-07-17 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | St Helen's Bishopsgate |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://www.st-helens.org.uk/pages/privacy-policy |
| Obsługiwane Języki | 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"
}
} | |