Scriptuna - ESV CrossRef and Search Tool

Get Bible verse references on a page as pop-ups with preview. Quickly search for occurrences of passages or texts in the ESV Bible

Scriptuna - ESV CrossRef and Search Tool란 무엇입니까?

Scriptuna - ESV CrossRef and Search Tool은(는) https://timkoech.co.ke에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get Bible verse references on a page as pop-ups with preview. Quickly search for occurrences of passages or texts in the ESV Bible"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Scriptuna - ESV CrossRef and Search Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        FEATURES

- Automatically get Bible verse references as a pop-up when you hover on such verses.
 
- Search for occurrences of Bible passages without leaving the current tab via a pop-up on your toolbar.

HOW IT WORKS

- It adds ESV CrossRef tool scripts to your current tab. The crossref tool can identify Bible references of the following variations John 3:16, Jn 3:16, Ephesians 1:3-14 Read more on the crossref tool here https://www.esv.org/resources/esv-crossreference-tool/

- The search feature uses the ESV Text API to get occurrences of Bible texts/passages. You'll need an API key to use this feature. In depth guide https://timkoech.co.ke/blog/how-to-get-the-esv-api-key/                    

확장 프로그램 기본 정보

이름 Scriptuna - ESV CrossRef and Search Tool Scriptuna - ESV CrossRef and Search Tool
ID kldjacmjenifjffddjiphbjpadeibfah
공식 URL https://chromewebstore.google.com/detail/scriptuna-esv-crossref-an/kldjacmjenifjffddjiphbjpadeibfah
설명 Get Bible verse references on a page as pop-ups with preview. Quickly search for occurrences of passages or texts in the ESV Bible
파일 크기 79.4 KB
설치 횟수 136
현재 버전 0.2.3
최근 업데이트 2019-11-30
출시 날짜 2019-11-28
평점 5.00/5 총 1 개의 평점
개발자 https://timkoech.co.ke
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scriptuna - ESV CrossRef and Search Tool",
    "short_name": "Scriptuna",
    "version": "0.2.3",
    "description": "Get Bible verse references on a page as pop-ups with preview. Quickly search for occurrences of passages or texts in the ESV Bible",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "16": "icons\/16.png"
    },
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "crossref.css"
            ],
            "js": [
                "crossref.config.js",
                "crossref.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html"
}