Bible Matters
Type 'bible', click tab and then type a search term to show results in new tab.
Что такое Bible Matters?
Bible Matters - это расширение Chrome, разработанное St Helen's Bishopsgate, и его основная функция - "Type 'bible', click tab and then type a search term to show results in new tab.".
Снимки экрана расширения
Скачать файл CRX расширения Bible Matters
Скачайте файлы расширений Bible Matters в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Use this Chrome extension as a fast way to search the 10K+ Bible teaching resources at St Helen's Bishopsgate. Основная информация о расширении
| Название | |
| ID | gmceneophdmigekiodfemkgclfolnckc |
| Официальный URL | https://chromewebstore.google.com/detail/bible-matters/gmceneophdmigekiodfemkgclfolnckc |
| Описание | Type 'bible', click tab and then type a search term to show results in new tab. |
| Размер файла | 12.27 KB |
| Количество установок | 61 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2021-07-22 |
| Дата публикации | 2021-07-17 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | St Helen's Bishopsgate |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| URL страницы политики конфиденциальности | https://www.st-helens.org.uk/pages/privacy-policy |
| Поддерживаемые языки | 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"
}
} | |