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
Eメール [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
}