Verse of the Day

Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates

O que é Verse of the Day?

Verse of the Day é uma extensão do Chrome desenvolvida por BPilgrims, e sua principal característica é "Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates".

Capturas de Tela da Extensão

screenshot
screenshot

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

                        Start the day right with a Verse of the Day and a beautiful background. This extension replaces the default New Tab page.                    

Informações Básicas da Extensão

Nome Verse of the Day Verse of the Day
ID bllkckadeocbkadhljefebcfmohhgdgj
URL Oficial https://chromewebstore.google.com/detail/verse-of-the-day/bllkckadeocbkadhljefebcfmohhgdgj
Descrição Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates
Tamanho do Arquivo 182 KB
Contagem de Instalações 34
Versão Atual 1.4
Última Atualização 2020-12-25
Data de Publicação 2020-11-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor BPilgrims
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://bpilgrims.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Verse of the Day",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates",
    "homepage_url": "https:\/\/bpilgrims.com",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/dailyverses.net\/ https:\/\/bpilgrims.com\/; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/icon32.png",
        "default_title": "Welcome",
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}