Verse of the Day

This extension shows the VOTD from BibleGateway.com

Was ist Verse of the Day?

Verse of the Day ist eine Chrome-Erweiterung, die von marlonn.funtanilla entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows the VOTD from BibleGateway.com".

Verse of the Day-Erweiterungs-CRX-Datei herunterladen

Laden Sie Verse of the Day-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Verse of the Day Verse of the Day
ID fplojlkfdpaonhfpddldfhdkkgaeijeo
Offizielle URL https://chrome.google.com/webstore/detail/verse-of-the-day/fplojlkfdpaonhfpddldfhdkkgaeijeo
Beschreibung This extension shows the VOTD from BibleGateway.com
Dateigröße 9.15 KB
Installationsanzahl 42
Aktuelle Version 1.0
Letztes Update 2016-08-05
Veröffentlichungsdatum 2016-08-05
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler marlonn.funtanilla
Zahlungsart free
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}