Verse of the Day

This extension shows the VOTD from BibleGateway.com

Co to jest Verse of the Day?

Verse of the Day to rozszerzenie Chrome opracowane przez marlonn.funtanilla, a jego główną funkcją jest „This extension shows the VOTD from BibleGateway.com”.

Pobierz plik CRX rozszerzenia Verse of the Day

Pobierz pliki rozszerzeń Verse of the Day w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Verse of the Day Verse of the Day
ID fplojlkfdpaonhfpddldfhdkkgaeijeo
Oficjalny URL https://chrome.google.com/webstore/detail/verse-of-the-day/fplojlkfdpaonhfpddldfhdkkgaeijeo
Opis This extension shows the VOTD from BibleGateway.com
Rozmiar pliku 9.15 KB
Liczba instalacji 42
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-08-05
Data Publikacji 2016-08-05
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper marlonn.funtanilla
Typ Płatności free
Obsługiwane Języki 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:\/\/*\/*"
    ]
}