Open Bible Search

Adds Omnibox support for querying Open Bible Search.

Open Bible Search란 무엇입니까?

Open Bible Search은(는) Nilpo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds Omnibox support for querying Open Bible Search."입니다.

Open Bible Search 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Allows you to use the Open Bible Search from the Omnibox using the keyword "bible".                    

확장 프로그램 기본 정보

이름 Open Bible Search Open Bible Search
ID oimhlokobhnpmlfmjilaajaiajndbmog
공식 URL https://chrome.google.com/webstore/detail/open-bible-search/oimhlokobhnpmlfmjilaajaiajndbmog
설명 Adds Omnibox support for querying Open Bible Search.
파일 크기 8.51 KB
설치 횟수 91
현재 버전 0.1.0
최근 업데이트 2014-07-13
출시 날짜 2014-07-13
개발자 Nilpo
결제 유형 free
확장 프로그램 웹 사이트 http://www.openbiblesearch.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionShortname__",
    "version": "0.1.0",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "http:\/\/www.openbiblesearch.com\/",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "omnibox": {
        "keyword": "bible"
    },
    "offline_enabled": false,
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/www.openbiblesearch.com\/"
    ]
}