Open Bible Search

Adds Omnibox support for querying Open Bible Search.

What is Open Bible Search?

Open Bible Search is a Chrome extension developed by Nilpo, and its main feature is "Adds Omnibox support for querying Open Bible Search.".

Download Open Bible Search Extension CRX File

Download Open Bible Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Open Bible Search Open Bible Search
ID oimhlokobhnpmlfmjilaajaiajndbmog
Official URL https://chrome.google.com/webstore/detail/open-bible-search/oimhlokobhnpmlfmjilaajaiajndbmog
Description Adds Omnibox support for querying Open Bible Search.
File Size 8.51 KB
Installation Count 91
Current Version 0.1.0
Last Updated 2014-07-13
Publish Date 2014-07-13
Developer Nilpo
Payment Type free
Extension Website http://www.openbiblesearch.com
Supported Languages 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\/"
    ]
}