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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}