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
官方網址 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"
    }
}