Bible Matters
Type 'bible', click tab and then type a search term to show results in new tab.
What is Bible Matters?
Bible Matters is a Chrome extension developed by St Helen's Bishopsgate, and its main feature is "Type 'bible', click tab and then type a search term to show results in new tab.".
Extension Screenshots
Download Bible Matters Extension CRX File
Download Bible Matters extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Use this Chrome extension as a fast way to search the 10K+ Bible teaching resources at St Helen's Bishopsgate.
Extension Basic Information
Name | Bible Matters |
ID | gmceneophdmigekiodfemkgclfolnckc |
Official URL | https://chromewebstore.google.com/detail/bible-matters/gmceneophdmigekiodfemkgclfolnckc |
Description | Type 'bible', click tab and then type a search term to show results in new tab. |
File Size | 12.27 KB |
Installation Count | 61 |
Current Version | 1.1 |
Last Updated | 2021-07-22 |
Publish Date | 2021-07-17 |
Rating | 5.00/5 Total 1 Ratings |
Developer | St Helen's Bishopsgate |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.st-helens.org.uk/pages/privacy-policy |
Supported Languages | 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" } } |