Open Bible Search
Adds Omnibox support for querying Open Bible Search.
Open Bible Search क्या है?
Open Bible Search Nilpo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds Omnibox support for querying Open Bible Search."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open Bible Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/" ] } |