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

Hvad er Random Scripture Generator?

Random Scripture Generator er en Chrome-udvidelse udviklet af steeledevelopers, og dens hovedfunktion er "Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.)".

Udvidelsesskærmbilleder

screenshot

Download Random Scripture Generator-udvidelses-CRX-fil

Download Random Scripture Generator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Random Scripture Generator Random Scripture Generator
ID gkpbejaonpbpidljdldghalngdbbaiei
Officiel URL https://chromewebstore.google.com/detail/random-scripture-generato/gkpbejaonpbpidljdldghalngdbbaiei
Beskrivelse Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.)
Filstørrelse 3.46 MB
Antal Installationer 55
Nuværende Version 0.3
Senest Opdateret 2019-07-20
Udgivelsesdato 2019-07-19
Udvikler steeledevelopers
Betalingsmetode free
Understøttede Sprog 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"
    ]
}