Morning Prayer Lessons: Book of Common Prayer
The 3 lessons from the Book of Common Prayer you need for your Morning Prayer
O que é Morning Prayer Lessons: Book of Common Prayer?
Morning Prayer Lessons: Book of Common Prayer é uma extensão do Chrome desenvolvida por nathan.d.engstrom, e sua principal característica é "The 3 lessons from the Book of Common Prayer you need for your Morning Prayer".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Morning Prayer Lessons: Book of Common Prayer
Baixe arquivos de extensão Morning Prayer Lessons: Book of Common Prayer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Morning Prayer Lessons: Book of Common Prayer |
ID | meiiejmaiaoomkfdpjaflllmendgjfec |
URL Oficial | https://chromewebstore.google.com/detail/morning-prayer-lessons-bo/meiiejmaiaoomkfdpjaflllmendgjfec |
Descrição | The 3 lessons from the Book of Common Prayer you need for your Morning Prayer |
Tamanho do Arquivo | 21.45 KB |
Contagem de Instalações | 34 |
Versão Atual | 1.1 |
Última Atualização | 2020-01-09 |
Data de Publicação | 2020-01-09 |
Desenvolvedor | nathan.d.engstrom |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/oldnathan47/morning-prayer-extension |
Idiomas Suportados | 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" } } |