Bible Matters
Type 'bible', click tab and then type a search term to show results in new tab.
什么是Bible Matters?
Bible Matters是由St Helen's Bishopsgate开发的Chrome扩展程序,该扩展的主要功能是“Type 'bible', click tab and then type a search term to show results in new tab.”。
扩展截图
下载Bible Matters扩展crx文件
下载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.
扩展基本信息
名称 | Bible Matters |
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" } } |