Loving Each Day

Replace new tab page with a personal dashboard featuring an inspirational quote, weather, and links for spiritual techniques.

¿Qué es Loving Each Day?

Loving Each Day es una extensión de Chrome desarrollada por MSIA, y su función principal es "Replace new tab page with a personal dashboard featuring an inspirational quote, weather, and links for spiritual techniques.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Loving Each Day

Descarga archivos de extensión Loving Each Day 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

                        Replace new tab page with a personal dashboard featuring an inspirational quote, weather, and links for spiritual events and techniques. Use this beautiful interface to remind yourself for Loving Each Day, and be inspired and uplifted each time you open a new browser tab.

If you're new to MSIA this app is a wonderful way to explore the valuable support on offer.

And if you're a student in MSIA this app is a powerful compliment to your study and participation.

• Daily Inspirational Quote with share functionality
• Local Weather
• View Upcoming MSIA Events
• Direct Access to MSIA's Prayer List
• Direct Access to MSIA's Video Library 
• Direct Access to Tithe / Seed / Make a Donation
• Customize your own dashboard by showing/hiding options
• Feel good and get things done!

Contact Us 
Email [email protected]                    

Información Básica de la Extensión

Nombre Loving Each Day Loving Each Day
ID cncoicpimbajmkmkjlaelhdlgfnhomce
URL Oficial https://chromewebstore.google.com/detail/loving-each-day/cncoicpimbajmkmkjlaelhdlgfnhomce
Descripción Replace new tab page with a personal dashboard featuring an inspirational quote, weather, and links for spiritual techniques.
Tamaño del Archivo 29.48 MB
Cantidad de Instalaciones 278
Versión Actual 3.0
Última Actualización 2022-01-21
Fecha de Publicación 2018-09-06
Calificación 4.80/5 Total de 5 Calificaciones
Desarrollador MSIA
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en,es,es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_l10nExtensionName__",
    "description": "__MSG_l10nExtensionDescription__",
    "version": "3.0",
    "incognito": "split",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "start-page.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "geolocation",
        "storage",
        "https:\/\/*\/",
        "",
        "https:\/\/msia.org\/*"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/msia.org; object-src 'self'",
    "manifest_version": 2
}