Bible vocab: A Bible dictionary
Popup dictionary on Bible words.
Bible vocab: A Bible dictionary क्या है?
Bible vocab: A Bible dictionary patricksptang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Popup dictionary on Bible words."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bible vocab: A Bible dictionary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Provides definition of Biblical words when you hover your mouse over a verse number at the following websites: - YouVersion's Bible.com - Biblica.com - eBible.org - BibleSearch (bibles.org) - BibleGateway.com Works on all Bible translations in any languages. Our only goal is to provide high quality Bible study tools for free. No advertisements, no sales, no gimmicks, ...
एक्सटेंशन की मूल जानकारी
नाम | Bible vocab: A Bible dictionary |
ID | hoibkbojkkeacjciibbjbnbflcdkahhp |
आधिकारिक URL | https://chromewebstore.google.com/detail/bible-vocab-a-bible-dicti/hoibkbojkkeacjciibbjbnbflcdkahhp |
विवरण | Popup dictionary on Bible words. |
फ़ाइल का आकार | 18.39 KB |
स्थापना संख्या | 178 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2023-04-29 |
प्रकाशन तिथि | 2023-03-11 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | patricksptang |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "action": { "default_icon": { "19": "images\/step.png", "38": "images\/step.png" }, "default_title": "Enable Bible vocab" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*.bible.com\/*", "https:\/\/www.biblegateway.com\/*", "https:\/\/www.biblica.com\/*", "https:\/\/ebible.org\/*", "https:\/\/bibles.org\/*", "https:\/\/*.global.bible\/*" ] } ], "description": "Popup dictionary on Bible words.", "icons": { "128": "images\/step.png", "48": "images\/step.png", "38": "images\/step.png", "32": "images\/step.png", "19": "images\/step.png" }, "manifest_version": 3, "name": "Bible vocab: A Bible dictionary", "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2", "web_accessible_resources": [ { "resources": [ "css\/bve.css", "images\/step.png" ], "matches": [ "https:\/\/*.bible.com\/*", "https:\/\/*.biblegateway.com\/*", "https:\/\/www.biblica.com\/*", "https:\/\/ebible.org\/*", "https:\/\/bibles.org\/*", "https:\/\/*.global.bible\/*" ] } ] } |