Verse of the Day

This extension shows the VOTD from BibleGateway.com

O que é Verse of the Day?

Verse of the Day é uma extensão do Chrome desenvolvida por marlonn.funtanilla, e sua principal característica é "This extension shows the VOTD from BibleGateway.com".

Baixar o arquivo CRX da Extensão Verse of the Day

Baixe arquivos de extensão 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

                                            

Informações Básicas da Extensão

Nome Verse of the Day Verse of the Day
ID fplojlkfdpaonhfpddldfhdkkgaeijeo
URL Oficial https://chrome.google.com/webstore/detail/verse-of-the-day/fplojlkfdpaonhfpddldfhdkkgaeijeo
Descrição This extension shows the VOTD from BibleGateway.com
Tamanho do Arquivo 9.15 KB
Contagem de Instalações 42
Versão Atual 1.0
Última Atualização 2016-08-05
Data de Publicação 2016-08-05
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor marlonn.funtanilla
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Verse of the Day",
    "description": "This extension shows the VOTD from BibleGateway.com",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.biblegateway.com; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}