Verse of the Day

Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates

什么是Verse of the Day?

Verse of the Day是由BPilgrims开发的Chrome扩展程序,该扩展的主要功能是“Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates”。

扩展截图

screenshot
screenshot

下载Verse of the Day扩展crx文件

下载Verse of the Day扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Start the day right with a Verse of the Day and a beautiful background. This extension replaces the default New Tab page.                    

扩展基本信息

名称 Verse of the Day Verse of the Day
ID bllkckadeocbkadhljefebcfmohhgdgj
官方URL https://chromewebstore.google.com/detail/verse-of-the-day/bllkckadeocbkadhljefebcfmohhgdgj
简介 Beautiful backgrounds for your New Tab page with daily Bible verses and the latest BPilgrims updates
文件大小 182 KB
安装次数 34
当前版本 1.4
更新时间 2020-12-25
上架时间 2020-11-25
评分 5.00/5 共1次评分
开发者 BPilgrims
电子邮箱 [email protected]
付费类型 free
扩展官网 https://bpilgrims.com
支持的语言 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"
    }
}