Daily Bible Devotionals

Receive Daily Bible Devotionals In Default Tabs.

Daily Bible Devotionals란 무엇입니까?

Daily Bible Devotionals은(는) https://listenandprosper.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Receive Daily Bible Devotionals In Default Tabs."입니다.

확장 프로그램 스크린샷

screenshot

Daily Bible Devotionals 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Be reminded of God's love, blessings, and promises for you every time you open your browser.

Click "Add to Chrome" to install Daily Bible Devotionals for Free.                    

확장 프로그램 기본 정보

이름 Daily Bible Devotionals Daily Bible Devotionals
ID olhoehboklofkjaincalmdfmoogjmjbe
공식 URL https://chromewebstore.google.com/detail/daily-bible-devotionals/olhoehboklofkjaincalmdfmoogjmjbe
설명 Receive Daily Bible Devotionals In Default Tabs.
파일 크기 6.14 KB
설치 횟수 264
현재 버전 1.5
최근 업데이트 2018-06-13
출시 날짜 2018-06-13
평점 5.00/5 총 1 개의 평점
개발자 https://listenandprosper.com
결제 유형 free
확장 프로그램 웹 사이트 https://listenandprosper.com
개인정보 보호 정책 페이지 URL https://listenandprosper.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Daily Bible Devotionals",
    "short_name": "Devotionals",
    "description": "Receive Daily Bible Devotionals In Default Tabs.",
    "version": "1.5",
    "author": "ListenAndProsper.Com",
    "browser_action": {
        "default_icon": "tab-icon.png",
        "default_title": "Daily Bible Devotionals"
    },
    "chrome_settings_overrides": {
        "homepage": "https:\/\/listenandprosper.com\/chrome-extension-load.html"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}