MormonDaily.org

UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.

¿Qué es MormonDaily.org?

MormonDaily.org es una extensión de Chrome desarrollada por http://www.mormondaily.org, y su función principal es "UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión MormonDaily.org

Descarga archivos de extensión MormonDaily.org en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The MormonDaily.org Chrome Extension gives you LDS inspired spiritual thoughts and insights directly to your browser.

After you've installed the extension simply click on the logo and the day's spiritual thought will appear. You will also get a short notification at the bottom of your screen when a new spiritual thought is available.                    

Información Básica de la Extensión

Nombre MormonDaily.org MormonDaily.org
ID cebjdfmmfkpbdibbjhaihoogjhbmnipp
URL Oficial https://chrome.google.com/webstore/detail/mormondailyorg/cebjdfmmfkpbdibbjhaihoogjhbmnipp
Descripción UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.
Tamaño del Archivo 105 KB
Cantidad de Instalaciones 33
Versión Actual 2.1
Última Actualización 2015-12-26
Fecha de Publicación 2015-12-26
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador http://www.mormondaily.org
Tipo de Pago free
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MormonDaily.org",
    "version": "2.1",
    "description": "UNOFFICIAL LDS INSPIRED SPIRITUAL THOUGHTS, COMMENTS, AND INSIGHTS.",
    "icons": {
        "48": "img\/icon_48.png",
        "16": "img\/icon_16.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "Give me Spiritual Thoughts",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "notifications"
    ]
}