KJV Simple Search Parallel Bible App

Search The KJV Bible quickly without leaving your current page, insert [KJV] in the omnibar, or right click selected text on pages.

KJV Simple Search Parallel Bible App란 무엇입니까?

KJV Simple Search Parallel Bible App은(는) https://www.dailywordofgodgroup.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search The KJV Bible quickly without leaving your current page, insert [KJV] in the omnibar, or right click selected text on pages."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

KJV Simple Search Parallel Bible App 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Enter Bible books chapters, verses and keywords that you wish to view, compare, search or look up from the original 1611 King James version Bible. 

Great for Bible reading, studying, researching and quick referencing.                    

확장 프로그램 기본 정보

이름 KJV Simple Search Parallel Bible App KJV Simple Search Parallel Bible App
ID embnbahdeijcjiennibceicifjaeibph
공식 URL https://chromewebstore.google.com/detail/kjv-simple-search-paralle/embnbahdeijcjiennibceicifjaeibph
설명 Search The KJV Bible quickly without leaving your current page, insert [KJV] in the omnibar, or right click selected text on pages.
파일 크기 316 KB
설치 횟수 2,215
현재 버전 2.1
최근 업데이트 2018-01-05
출시 날짜 2018-01-04
평점 4.31/5 총 13 개의 평점
개발자 https://www.dailywordofgodgroup.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.dailywordofgodgroup.com/bible/mobile.php
도움말 페이지 URL http://www.dailywordofgodgroup.com/bible/mobile.php
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "name": "KJV Simple Search Parallel Bible App",
    "short_name": "KJV Bible",
    "description": "Search The KJV Bible quickly without leaving your current page, insert [KJV] in the omnibar, or right click selected text on pages.",
    "version": "2.1",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "omnibox": {
        "keyword": "kjv"
    },
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png",
        "32": "icon32.png",
        "16": "icon16.png"
    }
}