Morning Prayer Lessons: Book of Common Prayer

The 3 lessons from the Book of Common Prayer you need for your Morning Prayer

Morning Prayer Lessons: Book of Common Prayer란 무엇입니까?

Morning Prayer Lessons: Book of Common Prayer은(는) nathan.d.engstrom에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The 3 lessons from the Book of Common Prayer you need for your Morning Prayer"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Morning Prayer Lessons: Book of Common Prayer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Aid for Morning Prayer. 

You no longer have to flip to the back of your prayer book to find the correct lectionary readings. Just click on the extension icon and each lesson as well as the Psalm are displayed along with links to the verses online. 

The lectionary readings are based on the Anglican Book of Common Prayer.                    

확장 프로그램 기본 정보

이름 Morning Prayer Lessons: Book of Common Prayer Morning Prayer Lessons: Book of Common Prayer
ID meiiejmaiaoomkfdpjaflllmendgjfec
공식 URL https://chromewebstore.google.com/detail/morning-prayer-lessons-bo/meiiejmaiaoomkfdpjaflllmendgjfec
설명 The 3 lessons from the Book of Common Prayer you need for your Morning Prayer
파일 크기 21.45 KB
설치 횟수 34
현재 버전 1.1
최근 업데이트 2020-01-09
출시 날짜 2020-01-09
개발자 nathan.d.engstrom
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/oldnathan47/morning-prayer-extension
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Morning Prayer Lessons: Book of Common Prayer",
    "version": "1.1",
    "manifest_version": 2,
    "description": "The 3 lessons from the Book of Common Prayer you need for your Morning Prayer",
    "homepage_url": "https:\/\/github.com\/oldnathan47\/morning-prayer-extension",
    "icons": {
        "16": "icons\/bible-icon16.png",
        "48": "icons\/bible-icon48.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/bible-icon16.png",
        "default_title": "Morning Prayer Lessons",
        "default_popup": "src\/browser_action\/browser_action.html"
    }
}