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.)
What is Random Scripture Generator?
Random Scripture Generator is a Chrome extension developed by steeledevelopers, and its main feature is "Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.)".
Extension Screenshots
Download Random Scripture Generator Extension CRX File
Download Random Scripture Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.)
Extension Basic Information
Name | Random Scripture Generator |
ID | gkpbejaonpbpidljdldghalngdbbaiei |
Official URL | https://chromewebstore.google.com/detail/random-scripture-generato/gkpbejaonpbpidljdldghalngdbbaiei |
Description | Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.) |
File Size | 3.46 MB |
Installation Count | 55 |
Current Version | 0.3 |
Last Updated | 2019-07-20 |
Publish Date | 2019-07-19 |
Developer | steeledevelopers |
Payment Type | free |
Supported Languages | 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" ] } |