Bible Search
You can search bible with simple keywords
什麼是Bible Search?
Bible Search是由Sangwon Seo開發的Chrome擴展程式,該擴展的主要功能是“You can search bible with simple keywords”。
擴展截圖
下載Bible Search擴展crx文件
下載Bible Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
'Bible search' is a chrome extension helps you to find the Bible verses with simple keyword. [Features] - You can search the Bible with abbreviation. - You can copy the results to the clipboard. - If you find verses in range (like Gen1:1-10), you can click each box to copy single verse or click 'Copy All' button to copy whole results into clipboard. - If you find with keywords, you can click each box for single copy to clipboard. [Language] We provide multiple languages by your chrome browser language settings. - English (KJV) - Korean (개역개정, 개역한글) [Example] - gen 1:10 (Single) - gen 1:10-20 (Range) - Jesus (Results keyword included)
擴展基本資訊
名稱 | Bible Search |
ID | lcimelgcehidimkkleiknejjiicieekb |
官方網址 | https://chromewebstore.google.com/detail/bible-search/lcimelgcehidimkkleiknejjiicieekb |
簡介 | You can search bible with simple keywords |
檔案大小 | 105 KB |
安裝次數 | 339 |
目前版本 | 0.0.7 |
更新時間 | 2023-07-27 |
上架時間 | 2022-05-19 |
評分 | 4.33/5 共 3 次評分 |
開發者 | Sangwon Seo |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/aota18/bible-search-extension |
支援的語言 | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.7", "description": "__MSG_appDesc__", "default_locale": "en", "manifest_version": 3, "icons": { "16": "assets\/icons\/bible-16.png", "32": "assets\/icons\/bible-32.png", "96": "assets\/icons\/bible-96.png", "128": "assets\/icons\/bible-128.png" }, "author": "Sangwon Seo", "permissions": [], "action": { "default_popup": "index.html", "default_title": "Bible Search", "default_locale": "en" } } |