Open Bible Search
Adds Omnibox support for querying Open Bible Search.
Open Bible Searchคืออะไร?
Open Bible Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nilpo และคุณลักษณะหลักของมันคือ "Adds Omnibox support for querying Open Bible Search."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open Bible Search
ดาวน์โหลดไฟล์ส่วนขยาย 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\/" ] } |