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".
扩展基本信息
名称 | |
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\/" ] } |