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.)

Was ist Random Scripture Generator?

Random Scripture Generator ist eine Chrome-Erweiterung, die von steeledevelopers entwickelt wurde, und ihr Hauptmerkmal ist "Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.)".

Erweiterungsscreenshots

screenshot

Random Scripture Generator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Random Scripture Generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.)                    

Grundlegende Informationen zur Erweiterung

Name Random Scripture Generator Random Scripture Generator
ID gkpbejaonpbpidljdldghalngdbbaiei
Offizielle URL https://chromewebstore.google.com/detail/random-scripture-generato/gkpbejaonpbpidljdldghalngdbbaiei
Beschreibung Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.)
Dateigröße 3.46 MB
Installationsanzahl 55
Aktuelle Version 0.3
Letztes Update 2019-07-20
Veröffentlichungsdatum 2019-07-19
Entwickler steeledevelopers
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}