DailyVerse
Daily Bible verses on your start page.
Cos'è DailyVerse?
DailyVerse è un'estensione di Chrome sviluppata da Chris Lee, e la sua funzione principale è "Daily Bible verses on your start page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DailyVerse
Scarica i file di estensione DailyVerse in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
DailyVerse displays the daily Bible verse from BibleGateway.com in a random color on your new tab page. Informazioni di Base sull'Estensione
| Nome | |
| ID | eiklcbflbjmlmlcjhakdbhjliidlpgde |
| URL Ufficiale | https://chromewebstore.google.com/detail/dailyverse/eiklcbflbjmlmlcjhakdbhjliidlpgde |
| Descrizione | Daily Bible verses on your start page. |
| Dimensione del File | 6.78 KB |
| Conteggio Installazioni | 226 |
| Versione Corrente | 2.0.1 |
| Ultimo Aggiornamento | 2015-08-29 |
| Data di Pubblicazione | 2015-08-28 |
| Valutazione | 4.44/5 Totale 9 Valutazioni |
| Sviluppatore | Chris Lee |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DailyVerse",
"description": "Daily Bible verses on your start page.",
"version": "2.0.1",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"content_security_policy": "script-src 'self' https:\/\/www.biblegateway.com; object-src 'self'"
} | |