Loving Each Day

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

什么是Loving Each Day?

Loving Each Day是由MSIA开发的Chrome扩展程序,该扩展的主要功能是“Replace new tab page with a personal dashboard featuring an inspirational quote, weather, and links for spiritual techniques.”。

扩展截图

screenshot

下载Loving Each Day扩展crx文件

下载Loving Each Day扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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]                    

扩展基本信息

名称 Loving Each Day Loving Each Day
ID cncoicpimbajmkmkjlaelhdlgfnhomce
官方URL https://chromewebstore.google.com/detail/loving-each-day/cncoicpimbajmkmkjlaelhdlgfnhomce
简介 Replace new tab page with a personal dashboard featuring an inspirational quote, weather, and links for spiritual techniques.
文件大小 29.48 MB
安装次数 278
当前版本 3.0
更新时间 2022-01-21
上架时间 2018-09-06
评分 4.80/5 共5次评分
开发者 MSIA
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}