Loving Each Day

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

Qu'est-ce que Loving Each Day ?

Loving Each Day est une extension Chrome développée par MSIA, et sa fonction principale est "Replace new tab page with a personal dashboard featuring an inspirational quote, weather, and links for spiritual techniques.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Loving Each Day

Téléchargez les fichiers d'extension Loving Each Day au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Loving Each Day Loving Each Day
ID cncoicpimbajmkmkjlaelhdlgfnhomce
URL Officiel https://chromewebstore.google.com/detail/loving-each-day/cncoicpimbajmkmkjlaelhdlgfnhomce
Description Replace new tab page with a personal dashboard featuring an inspirational quote, weather, and links for spiritual techniques.
Taille du Fichier 29.48 MB
Nombre d'Installations 278
Version Actuelle 3.0
Dernière Mise à Jour 2022-01-21
Date de Publication 2018-09-06
Évaluation 4.80/5 Total 5 Évaluations
Développeur MSIA
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}