Worthwhile: New Tab Life Countdown Clock

Replace new tab page with a life countdown clock featuring weather, inspiration, and weather-based dynamic backgrounds.

Worthwhile: New Tab Life Countdown Clock란 무엇입니까?

Worthwhile: New Tab Life Countdown Clock은(는) Kevin Thomas Chen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace new tab page with a life countdown clock featuring weather, inspiration, and weather-based dynamic backgrounds."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Worthwhile: New Tab Life Countdown Clock 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Use the internet with more intention and experience a beautiful new tab page with Life Countdown Clock, Dynamic Weather Backgrounds, and Daily Mantras.

New Tab page gives you a beautifully designed reminder on the shortness of life with a Life Countdown clock. The Weather function displays live weather information. Beautiful backgrounds will dynamically change based on the weather and time of set location.

• Life Countdown Clock
• Motivational Mantras
• Dynamic Weather Backgrounds

ABOUT PERMISSIONS
We do NOT collect any personal information or data stored within the extension. 

New Tab Permissions: Replaces the page that you see when opening a new tab this is required for the New Tab feature to work.

Your personal information and data does NOT leave your computer and is used only to improve performance/stability of the extension.

HELP & FEEDBACK
Leave a comment or use our feedback form & help develop the best dashboard app in store.                    

확장 프로그램 기본 정보

이름 Worthwhile: New Tab Life Countdown Clock Worthwhile: New Tab Life Countdown Clock
ID pnjehpcmdaihialankohbnmpdgaeedoj
공식 URL https://chromewebstore.google.com/detail/worthwhile-new-tab-life-c/pnjehpcmdaihialankohbnmpdgaeedoj
설명 Replace new tab page with a life countdown clock featuring weather, inspiration, and weather-based dynamic backgrounds.
파일 크기 22.41 MB
설치 횟수 89
현재 버전 1.0.0
최근 업데이트 2021-01-19
출시 날짜 2021-01-18
평점 5.00/5 총 5 개의 평점
개발자 Kevin Thomas Chen
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://forms.gle/5Nak32ncEqTRhvMSA
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'sha256-ARtFwyft8WzhMJQ1P5aoz+R9PhqtRFzHzMPUpTGbSqc='; object-src 'self'",
    "name": "Worthwhile: New Tab Life Countdown Clock",
    "description": "Replace new tab page with a life countdown clock featuring weather, inspiration, and weather-based dynamic backgrounds.",
    "version": "1.0.0",
    "icons": {
        "16": ".\/images\/worthwhile-logo-16.png",
        "32": ".\/images\/worthwhile-logo-32.png",
        "48": ".\/images\/worthwhile-logo-48.png",
        "128": ".\/images\/worthwhile-logo-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": {
            "16": ".\/images\/worthwhile-logo-16.png",
            "32": ".\/images\/worthwhile-logo-32.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}