Verse of the Day
Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates
Cos'è Verse of the Day?
Verse of the Day è un'estensione di Chrome sviluppata da BPilgrims, e la sua funzione principale è "Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Verse of the Day
Scarica i file di estensione Verse of the Day 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
Start the day right with a Verse of the Day and a beautiful background. This extension replaces the default New Tab page. Informazioni di Base sull'Estensione
| Nome | |
| ID | bllkckadeocbkadhljefebcfmohhgdgj |
| URL Ufficiale | https://chromewebstore.google.com/detail/verse-of-the-day/bllkckadeocbkadhljefebcfmohhgdgj |
| Descrizione | Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates |
| Dimensione del File | 182 KB |
| Conteggio Installazioni | 34 |
| Versione Corrente | 1.4 |
| Ultimo Aggiornamento | 2020-12-25 |
| Data di Pubblicazione | 2020-11-25 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | BPilgrims |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://bpilgrims.com |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Verse of the Day",
"version": "1.4",
"manifest_version": 2,
"description": "Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates",
"homepage_url": "https:\/\/bpilgrims.com",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_security_policy": "script-src 'self' https:\/\/dailyverses.net\/ https:\/\/bpilgrims.com\/; object-src 'self'",
"browser_action": {
"default_icon": "icons\/icon32.png",
"default_title": "Welcome",
"default_popup": "popup.html"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |