開發人員: | Sungkwon Jung (1) | ||
價錢: | 免費 | ||
排名: | 0 | ||
評測: | 0 寫評論 | ||
清單: | 0 + 0 | ||
點數: | 0 + 0 ¡ | ||
App Store |
描述

MyStudyBible은 iPhone 사용자들을 위한 강력하고 유연하며 다양한 기능을 제공하는 성경 앱입니다.
Support Language: Korean, English
Sqlite 데이터베이스 파일 형식으로 저장된 성경, 지도, 노트, 주석, 관주 파일들과 호환되며, 사용자가 직접 준비한 파일(사진 및 리딩 플랜)을 불러와 다양한 기능으로 자유롭게 성경을 읽고, 기록하고, 묵상할 수 있습니다.이 앱은 무료로 제공되며 그 어떤 광고도 없고 모든 기능을 자유롭게 사용하실수 있습니다.
지원하는 Sqlite 데이터베이스 형식:
성경 데이터: CREATE TABLE "Bible" ("Book" INT,"Chapter" INT,"Verse" INT,"Scripture" TEXT)
주석 데이터:
CREATE TABLE "commentary" (
"id" INTEGER,
"book" INTEGER,
"chapter" INTEGER,
"fromverse" INTEGER,
"toverse" INTEGER,
"data" TEXT
)
관주 데이터:
CREATE TABLE xrefs(id integer primary key, vi1 int, vi2 int)
CREATE VIEW xrefs_bcv as select id, (vi1 & 2130706432)>>24 fbi, (vi1 & 16711680)>>16 fci, (vi1 & 65280)>>8 fvi, (vi1 & 255) fspan, (vi2 & 2130706432)>>24 tbi, (vi2 & 16711680)>>16 tci, (vi2 & 65280)>>8 tvi, (vi2 & 255) tspan from xrefs
지도 데이터:
CREATE TABLE verse(id INTEGER PRIMARY KEY, book INTEGER, chapter INTEGER, verse INTEGER, location TEXT collate nocase)
CREATE TABLE location(id INTEGER PRIMARY KEY, location TEXT collate nocase, root TEXT collate nocase, locinfo TEXT, lat DOUBLE, lon DOUBLE, verses TEXT collate nocase, comment TEXT collate nocase)
MyStudyBible로 당신만의 성경 읽기 공간을 만들어보세요.
앱을 설치한뒤 실행하면 MyStudyBible 이라는 폴더가 '나의 iPhone' 아래에 자동으로 생성됩니다.
그리고 MyStudyBible 폴더 아래에는 총 7개의 폴더가 생성됩니다.
이 7개로 이루어진 각각의 폴더에 해당 파일을 복사해 넣으면 기능이 작동합니다.
-bible (이 폴더에 가지고 계신 Sqlite 형식의 성경 파일들을 복사해 넣으시면 됩니다.)
-commentary (이 폴더에 가지고 계신 Sqlite 형식의 주석 파일들을 복사해 넣으시면 됩니다.)
-cross_ref ( 이 폴더에는 가지고 계신 Sqlite 형식의 기본 주석 파일을 복사해 넣으시면 됩니다.)
-font (이 폴더에는 원하시는 ttf, otf 폰트 파일들을 복사해 넣으시면 됩니다.)
-Images (이 폴더에는 앱 내에서 사진에 접근하여 선택한 파일이 자동으로 복사되어 들어갑니다. 혹은 사용자가 '책이름-장번호-절번호_' 의 파일이름으로 시작하는 사진파일을 넣으실수 있습니다)
-mapdata (이 폴더에는 Sqlite 형식의 지도 데이터를 복사해 넣으시면 됩니다.)
-user_data (이 폴더에는 앱 내에서 생성한 사용자 노트 파일, 하이라이트 파일, 북마크 파일, 밑줄긋기, 불러온 리딩 플랜의 파일등이 sqlite 형식으로 저장됩니다.)
* 주요 기능
* 구절마다 색상 하이라이트
* 밑줄긋기(한 구절에 여러개의 밑줄 가능)
* 구절마다 사용자 노트 작성 가능
* 성경 본문 & 노트 검색 기능
- 구약과 신약의 검색 갯수를 나누어 표시해줍니다.
* 지도 보기 기능
- Sqlite 형식으로 저장된 성경 지도 파일을 읽어와 성경 속 장소를 시각적으로 탐색 가능하게 하였습니다.
* 사용자 노트 및 주석 기능
- 구절별 주석(Sqlite 형식으로 저장된 주석파일 사용시), 관주(Sqlite 형식으로 저장된 관주파일 사용시) 및 사용자 관주 추가기능
* 리딩 플랜 & 사용자 맞춤 플랜 지원
- 준비된 csv 파일들로부터 리딩 플랜을 불러와 사용하실수 있고, 이 파일들을 적절히 수정하여 사용자 개인이 원하는 리딩플랜을 만들어서 사용하실수도 있습니다.
* 완전한 커스터마이징 지원
- 사용자 폰트 파일 적용 (자신만의 글꼴로 성경 읽기. otf 및 ttf 형식의 폰트 파일을 지원합니다.)
- 글자 크기, 줄 간격, 좌우 여백 조절 (아이패드 같은 대화면 사용시)
* 구절별 사진 첨부 기능
* 구절별 북마크 기능 (원하는 카테고리를 생성해 그 안에 북마크를 저장할수 있습니다)
* 히스토리 기능
* 옵션창에서 사용자 색깔 조정, 다크 테마, 화면 꺼짐 방지 기능 (15분, 30분, 1시간, 무제한 으로 화면꺼짐을 방지할수 있습니다)
* Support English UI
* 저작권 안내
MyStudyBible은 성경 텍스트, 관주, 주석 등의 콘텐츠를 앱에 포함하지 않으며,
사용자가 개인적으로 소장하거나 자유롭게 사용할 수 있는 파일만을 직접 앱에서 생성된 폴더 아래에서 불러오는 구조입니다.
앱은 위에서 정의된 Sqlite 형식으로 저장된 데이터들을 사용할수 있도록 제작되었고,
저작권은 모든 콘텐츠의 원 저작자 및 배포자에게 있습니다.
新功能
- 版本: 2.3.1
- 發佈日期:
- 2.3.1 버전에서 업그레이드된 사항:
언어 설정이 영어일때 일반보기, 비교보기, 대조보기 모드의 텍스트가 한글로 나오던 문제 해결.
일반보기 모드에서 밑줄을 수정했을때 곧바로 반영되지 않았던 문제 해결.
Fixed an issue where text appeared in Korean in Normal View, Comparison View, and Contrast View modes when the language setting was English.
Fixed an issue where changes made to underlines in Normal View Mode were not immediately reflected.
2.3 버전에서 업그레이드된 사항:
좌우 대조 보기가 추가되었습니다. (설정창에서 대조할 성경을 먼저 선택해주세요.)
좌우 대조 보기에서는 구절복사, 구절범위 복사, 밑줄 긋기가 더블탭한 역본에 적용됩니다. 나머지 기능은 좌측의 기본 성경을 기준으로 작동됩니다.
좌우 대조 보기에서는 노트 아이콘, 책갈피(북마크) 아이콘, 관주 아이콘, 지도 아이콘이 모두 좌측의 기본 성경에만 표시됩니다.
Side-by-side comparison view has been added. (Please select the Bible to compare in the settings window first.)
In side-by-side view, verse copying, verse range copying, and underlining apply to the version you double-tap. All other functions operate based on the default Bible on the left.
In side-by-side view, the note icon, bookmark icon, cross-reference icon, and map icon all appear only on the default Bible on the left.
3,372
價錢
- 今天: 免費
- 最小值: 免費
- 最大值: 免費
追蹤票價
開發人員
- Sungkwon Jung
- 平台: iOS 應用程式 (1)
- 清單: 0 + 0
- 點數: 0 + 0 ¡
- 排名: 0
- 評測: 0
- 折扣: 0
- 影片: 0
- RSS: 訂閱
點數
0 ☹️
排名
0 ☹️
清單
0 ☹️
評測
成為第一個評論 🌟
其他資訊
你可能還喜歡
-
- NASB MacArthur Study Bible
- iOS 應用程式: 參考 由: Bible App Labs LLC
- $23.99
- 清單: 0 + 0 排名: 0 評測: 0
- 點數: 0 + 2,146 (5.0) 版本: 7.16.2 For years, the spiritual lives of countless men and women all over the world have been strengthened with the help of The MacArthur Study Bible. This all-in-one spiritual library ... ⥯
-
- Study Bible: FocusBible
- iOS 應用程式: 參考 由: Alexander Devane
- 免費
- 清單: 0 + 0 排名: 0 評測: 0
- 點數: 0 + 0 版本: 1.03 Focus Bible is a simple, distraction-free Bible app built for reading and understanding Scripture. No ads. No accounts. No clutter. Just the Word fast, clear, and always available ... ⥯
-
- My Daily Bible - All In One
- iOS 應用程式: 參考 由: Foodmatesss Limited
- 免費
- 清單: 0 + 0 排名: 0 評測: 0
- 點數: 0 + 28 (4.8) 版本: 1.3 The Bible is a collection of religious texts or scriptures sacred in Christianity, Judaism, Samaritanism, and many other religions. The Bible is an anthology a compilation of texts of ... ⥯
-
- The Study Bible
- iOS 應用程式: 參考 由: Grace To You
- 免費
- 清單: 0 + 0 排名: 0 評測: 0
- 點數: 0 + 16,726 (4.9) 版本: 2.0.8 The Study Bible gives you a wealth of resources from John MacArthur and Grace to You to help you understand and apply God s Word. Featuring the English Standard Version (ESV), the New ... ⥯
-
- Scofield Study Bible
- iOS 應用程式: 參考 由: Anandhaprabakaran Balasubramaniyan
- 免費
- 清單: 0 + 0 排名: 0 評測: 0
- 點數: 0 + 3 (2.0) 版本: 1.0.16 The Scofield Study Bible app is an invaluable tool for studying and understanding the word of God. This app offers the Scofield Reference Bible, which is widely recognized as one of ... ⥯
-
- Expositors study bible
- iOS 應用程式: 參考 由: Sumithra Kumar
- * 免費
- 清單: 0 + 0 排名: 0 評測: 0
- 點數: 0 + 1 (5.0) 版本: 3.0 Life is unfair and uncertain; everything can change in a moment. One day you're at peace, and the next you're battling thoughts you never saw coming. We often fall into the trap of ... ⥯
-
- Kannada Study Bible
- iOS 應用程式: 參考 由: Jeevan Nair
- 免費
- 清單: 0 + 0 排名: 0 評測: 0
- 點數: 0 + 1 (2.0) 版本: 3.0.4 Kannada Study Bible The producers and publishers of this Study Bibles believe in the full divine inspiration of the Bible. That is, we believe that God Himself inspired the original ... ⥯
-
- bible.ai - Chat about Anything
- iOS 應用程式: 參考 由: Bible Ai
- 免費
- 清單: 0 + 0 排名: 0 評測: 0
- 點數: 0 + 33 (4.4) 版本: 1.0.3 More than just a Bible app - it's a faithful friend walking beside you on your spiritual journey - Jeremy I love using my voice and talking out loud to my favorite theologians while ... ⥯
-
- Bible Answers AI - Bible Chat
- iOS 應用程式: 參考 由: Bible Answers AI, LLC
- 免費
- 清單: 0 + 0 排名: 0 評測: 0
- 點數: 0 + 142 (4.9) 版本: 1.2.4 Bible Answers AI is your go-to app for biblically sound answers to your questions about the Bible! Powered by cutting-edge AI technology, it provides accurate and insightful responses ... ⥯
-
- My Catholic Life!
- iOS 應用程式: 參考 由: My Catholic Life Inc.
- 免費
- 清單: 0 + 0 排名: 0 評測: 0
- 點數: 0 + 214 (4.7) 版本: 2.8 My Catholic Life! presents this free resource sharing the beauty and splendor of the Catholic faith. The goal of this app is to present our glorious faith in a practical & personal way ⥯
-
- Faithlife Study Bible
- iOS 應用程式: 參考 由: Faithlife Corporation
- 免費
- 清單: 0 + 0 排名: 0 評測: 0
- 點數: 0 + 15,006 (4.8) 版本: 45.0.1 Access powerful Bible study tools and a theological library for biblical insights on the go. With the Logos mobile app, you can read the Bible and commentaries side by side, save books ⥯
-
- Bible Brief
- iOS 應用程式: 參考 由: Bible Literacy Foundation, Inc.
- 免費
- 清單: 0 + 0 排名: 0 評測: 0
- 點數: 0 + 44 (4.7) 版本: 1.4 Welcome to the Bible Brief app - Discover your purpose in the Story of God Embark on a transformative journey through the Bible with the Bible Brief app - your personal guide to ... ⥯
-
- Bible Album
- iOS 應用程式: 參考 由: Bible Album
- 免費
- 清單: 0 + 0 排名: 0 評測: 0
- 點數: 0 + 0 版本: 1.6 Introducing Bible Album: Your Daily Blessing Widget Bible Album is a Bible art project. The theme behind this work is blending the Word of God as Scripture, with the Word of God as ... ⥯
-
- Arabic Study Bible
- iOS 應用程式: 參考 由: EOUTREACH MEDIA, LLC
- 免費
- 清單: 0 + 0 排名: 0 評測: 0
- 點數: 0 + 5 (5.0) 版本: 1.2 ما الذي يميز كتابي الدراسي ؟ هل سبق يوماً أن فتحت كتابك المقدس وتساءلت بما يلي: * ما هو المقصود بهذه الفقرة الكتابية؟ * كيف يمكن تطبيقها على حياتي؟ * لماذا تبدو بعض الفقرات وكأنها لا ... ⥯