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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
'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 |
공식 URL | 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" } } |