DailyVerse
Daily Bible verses on your start page.
What is DailyVerse?
DailyVerse is a Chrome extension developed by Chris Lee, and its main feature is "Daily Bible verses on your start page.".
Extension Screenshots
Download DailyVerse Extension CRX File
Download DailyVerse extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
DailyVerse displays the daily Bible verse from BibleGateway.com in a random color on your new tab page.
Extension Basic Information
Name | DailyVerse |
ID | eiklcbflbjmlmlcjhakdbhjliidlpgde |
Official URL | https://chromewebstore.google.com/detail/dailyverse/eiklcbflbjmlmlcjhakdbhjliidlpgde |
Description | Daily Bible verses on your start page. |
File Size | 6.78 KB |
Installation Count | 226 |
Current Version | 2.0.1 |
Last Updated | 2015-08-29 |
Publish Date | 2015-08-28 |
Rating | 4.44/5 Total 9 Ratings |
Developer | Chris Lee |
Payment Type | free |
Supported Languages | 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'" } |