Verse of the Day
This extension shows the VOTD from BibleGateway.com
Qu'est-ce que Verse of the Day ?
Verse of the Day est une extension Chrome développée par marlonn.funtanilla, et sa fonction principale est "This extension shows the VOTD from BibleGateway.com".
Télécharger le fichier CRX de l'extension Verse of the Day
Téléchargez les fichiers d'extension Verse of the Day au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | fplojlkfdpaonhfpddldfhdkkgaeijeo |
URL Officiel | https://chrome.google.com/webstore/detail/verse-of-the-day/fplojlkfdpaonhfpddldfhdkkgaeijeo |
Description | This extension shows the VOTD from BibleGateway.com |
Taille du Fichier | 9.15 KB |
Nombre d'Installations | 42 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-08-05 |
Date de Publication | 2016-08-05 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | marlonn.funtanilla |
Type de Paiement | free |
Langues Prises en Charge | 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:\/\/*\/*" ] } |