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

O que é Random Scripture Generator?

Random Scripture Generator é uma extensão do Chrome desenvolvida por steeledevelopers, e sua principal característica é "Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Random Scripture Generator

Baixe arquivos de extensão Random Scripture Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Random Scripture Generator Random Scripture Generator
ID gkpbejaonpbpidljdldghalngdbbaiei
URL Oficial https://chromewebstore.google.com/detail/random-scripture-generato/gkpbejaonpbpidljdldghalngdbbaiei
Descrição Gives a random verse from the standard works of The Church of Jesus Christ of Latter-Days Saints. (Not an official church app.)
Tamanho do Arquivo 3.46 MB
Contagem de Instalações 55
Versão Atual 0.3
Última Atualização 2019-07-20
Data de Publicação 2019-07-19
Desenvolvedor steeledevelopers
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}