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 |
官方網址 | 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" } } |