Bible Matters
Type 'bible', click tab and then type a search term to show results in new tab.
Bible Matters क्या है?
Bible Matters St Helen's Bishopsgate द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Type 'bible', click tab and then type a search term to show results in new tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bible Matters एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Use this Chrome extension as a fast way to search the 10K+ Bible teaching resources at St Helen's Bishopsgate.
एक्सटेंशन की मूल जानकारी
नाम | Bible Matters |
ID | gmceneophdmigekiodfemkgclfolnckc |
आधिकारिक URL | https://chromewebstore.google.com/detail/bible-matters/gmceneophdmigekiodfemkgclfolnckc |
विवरण | Type 'bible', click tab and then type a search term to show results in new tab. |
फ़ाइल का आकार | 12.27 KB |
स्थापना संख्या | 61 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2021-07-22 |
प्रकाशन तिथि | 2021-07-17 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | St Helen's Bishopsgate |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.st-helens.org.uk/pages/privacy-policy |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bible Matters", "description": "Type 'bible', click tab and then type a search term to show results in new tab.", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "omnibox": { "keyword": "bible" }, "action": { "default_icon": { "16": "shb16.png", "32": "shb32.png" } }, "icons": { "16": "shb16.png", "32": "shb32.png", "48": "shb48.png", "128": "shb128.png" } } |