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
官方網址 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
}