Random Scripture Generator
Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.)
Random Scripture Generator क्या है?
Random Scripture Generator steeledevelopers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Random Scripture Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Clicking this chrome extension to see a random verse of scripture is a great way to pique your curiosity about the stories and content of these books of scriptures. From the chrome extension, click on the verse reference to read it in context, on the church website. (This is not an official app from The Church Of Jesus Christ of Latter-Day Saints.)
एक्सटेंशन की मूल जानकारी
नाम | Random Scripture Generator |
ID | gkpbejaonpbpidljdldghalngdbbaiei |
आधिकारिक URL | https://chromewebstore.google.com/detail/random-scripture-generato/gkpbejaonpbpidljdldghalngdbbaiei |
विवरण | Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.) |
फ़ाइल का आकार | 3.46 MB |
स्थापना संख्या | 55 |
वर्तमान संस्करण | 0.3 |
अंतिम अपडेट | 2019-07-20 |
प्रकाशन तिथि | 2019-07-19 |
डेवलपर | steeledevelopers |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Scripture Generator", "description": "Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.)", "version": "0.3", "background": { "page": "background.html" }, "browser_action": { "default_icon": "Icons\/v3-scripture-orb1.png", "default_popup": "popup.html" }, "icons": { "16": "Icons\/v3-scripture-orb1.png", "19": "Icons\/v3-scripture-orb1.png", "38": "Icons\/v3-scripture-orb1.png", "48": "Icons\/v3-scripture-orb1.png", "128": "Icons\/v3-scripture-orb1.png", "256": "Icons\/v3-scripture-orb1.png" }, "permissions": [ "storage" ] } |