Worthwhile: New Tab Life Countdown Clock

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

Cos'è Worthwhile: New Tab Life Countdown Clock?

Worthwhile: New Tab Life Countdown Clock è un'estensione di Chrome sviluppata da Kevin Thomas Chen, e la sua funzione principale è "Replace new tab page with a life countdown clock featuring weather, inspiration, and weather-based dynamic backgrounds.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Worthwhile: New Tab Life Countdown Clock

Scarica i file di estensione Worthwhile: New Tab Life Countdown Clock in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Worthwhile: New Tab Life Countdown Clock Worthwhile: New Tab Life Countdown Clock
ID pnjehpcmdaihialankohbnmpdgaeedoj
URL Ufficiale https://chromewebstore.google.com/detail/worthwhile-new-tab-life-c/pnjehpcmdaihialankohbnmpdgaeedoj
Descrizione Replace new tab page with a life countdown clock featuring weather, inspiration, and weather-based dynamic backgrounds.
Dimensione del File 22.41 MB
Conteggio Installazioni 89
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-01-19
Data di Pubblicazione 2021-01-18
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Kevin Thomas Chen
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://forms.gle/5Nak32ncEqTRhvMSA
Lingue Supportate 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
    }
}