Mortality - Death Clock - New Tab

A New Tab extension that reminds you of your mortality. It's supposed to be motivational.

Cos'è Mortality - Death Clock - New Tab?

Mortality - Death Clock - New Tab è un'estensione di Chrome sviluppata da AO, e la sua funzione principale è "A New Tab extension that reminds you of your mortality. It's supposed to be motivational.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Mortality - Death Clock - New Tab

Scarica i file di estensione Mortality - Death Clock - New Tab 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

                        Mortality is a new tab extension that reminds you of your precise age.
It can also countdown to your death, countdown to a deadline, or show you how many people are older or younger than you globally.
A bitter-sweet motivational tool; it illustrates how little time we have.
By default, circles represent months, for the average lifespan of 79 years.
As you age, the circles fill, and are split into the main Chapters of your life.

Get busy living, or get busy dying.
You can never go back :)                    

Informazioni di Base sull'Estensione

Nome Mortality - Death Clock - New Tab Mortality - Death Clock - New Tab
ID eeedcpdcehnikgkhbobmkjcipjhlbmpn
URL Ufficiale https://chromewebstore.google.com/detail/mortality-death-clock-new/eeedcpdcehnikgkhbobmkjcipjhlbmpn
Descrizione A New Tab extension that reminds you of your mortality. It's supposed to be motivational.
Dimensione del File 915 KB
Conteggio Installazioni 10,000
Versione Corrente 5.2.1
Ultimo Aggiornamento 2021-03-11
Data di Pubblicazione 2018-01-06
Valutazione 4.83/5 Totale 234 Valutazioni
Sviluppatore AO
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://mortality.uservoice.com/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "mortality.html"
    },
    "web_accessible_resources": [
        "css\/*.woff2"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "A New Tab extension that reminds you of your mortality.  It's supposed to be motivational.",
    "icons": {
        "128": "assets\/icon-128.png",
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png"
    },
    "manifest_version": 2,
    "name": "Mortality - Death Clock - New Tab",
    "short_name": "Mortality",
    "offline_enabled": true,
    "version": "5.2.1"
}