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文件

下载Worthwhile: New Tab Life Countdown Clock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
    }
}