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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}