iDisciple's Verse of the Day

Start your day with Jesus. Open your browser window to a new and encouraging verse every day.

O que é iDisciple's Verse of the Day?

iDisciple's Verse of the Day é uma extensão do Chrome desenvolvida por iDisciple, e sua principal característica é "Start your day with Jesus. Open your browser window to a new and encouraging verse every day.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão iDisciple's Verse of the Day

Baixe arquivos de extensão iDisciple's Verse of the Day 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

                        What if every morning you could get a moment with Jesus? 
Download iDisciple’s Verse of the Day Chrome extension today!                    

Informações Básicas da Extensão

Nome iDisciple's Verse of the Day iDisciple's Verse of the Day
ID plaoglnkeoglehhogbhojbbiickamini
URL Oficial https://chromewebstore.google.com/detail/idisciples-verse-of-the-d/plaoglnkeoglehhogbhojbbiickamini
Descrição Start your day with Jesus. Open your browser window to a new and encouraging verse every day.
Tamanho do Arquivo 242 KB
Contagem de Instalações 196
Versão Atual 1.1.0
Última Atualização 2022-09-13
Data de Publicação 2022-08-29
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor iDisciple
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.idisciple.org
URL da Página de Ajuda https://www.idisciple.org/contact
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Start your day with Jesus. Open your browser window to a new and encouraging verse every day.",
    "version": "1.1.0",
    "manifest_version": 3,
    "name": "iDisciple's Verse of the Day",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icon-34.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}