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」です。
拡張機能のスクリーンショット
Morning Prayer Lessons: Book of Common Prayer拡張機能のCRXファイルをダウンロード
Morning Prayer Lessons: Book of Common Prayer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } } |