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ファイルをダウンロード

Open Bible Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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\/"
    ]
}