Verse of the Day

This extension shows the VOTD from BibleGateway.com

Wat is Verse of the Day?

Verse of the Day is een Chrome-extensie ontwikkeld door marlonn.funtanilla, en de belangrijkste functie is "This extension shows the VOTD from BibleGateway.com".

Download het CRX-bestand van de extensie Verse of the Day

Download Verse of the Day-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Verse of the Day Verse of the Day
ID fplojlkfdpaonhfpddldfhdkkgaeijeo
Officiële URL https://chrome.google.com/webstore/detail/verse-of-the-day/fplojlkfdpaonhfpddldfhdkkgaeijeo
Beschrijving This extension shows the VOTD from BibleGateway.com
Bestandsgrootte 9.15 KB
Aantal Installaties 42
Huidige Versie 1.0
Laatst Bijgewerkt 2016-08-05
Publicatiedatum 2016-08-05
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar marlonn.funtanilla
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
    ]
}