Verse of the Day
This extension shows the VOTD from BibleGateway.com
Co je Verse of the Day?
Verse of the Day je rozšíření Chrome vyvinuté marlonn.funtanilla, a jeho hlavní funkcí je „This extension shows the VOTD from BibleGateway.com“.
Stáhnout soubor CRX rozšíření Verse of the Day
Stáhněte si soubory rozšíření Verse of the Day ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
Název | |
ID | fplojlkfdpaonhfpddldfhdkkgaeijeo |
Oficiální URL | https://chrome.google.com/webstore/detail/verse-of-the-day/fplojlkfdpaonhfpddldfhdkkgaeijeo |
Popis | This extension shows the VOTD from BibleGateway.com |
Velikost souboru | 9.15 KB |
Počet instalací | 42 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-08-05 |
Datum Vydání | 2016-08-05 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | marlonn.funtanilla |
Typ Platby | free |
Podporované Jazyky | 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:\/\/*\/*" ] } |