Memento mori

Memento mori - show a life calendar as the 'New tab' page in Chrome

Cos'è Memento mori?

Memento mori è un'estensione di Chrome sviluppata da Shane Bell, e la sua funzione principale è "Memento mori - show a life calendar as the 'New tab' page in Chrome".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Memento mori

Scarica i file di estensione Memento mori 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

                        Be reminded of just how short life is every time you open a new tab in Chrome. 

This extension shows a life calendar as Chrome's new tab page. The life calendar is a grid of dots for every week of your life. As the weeks pass, each dot is changed to an X, giving you a visual representation of how much time is left to live.

Customise the calendar by configuring your date of birth, and life expectancy.

The latin phrase "Memento mori" means "Remember you must die". So don't waste your life browsing the Internet!

Privacy policy: https://github.com/shanebell/memento-mori/blob/main/privacy-policy.md                    

Informazioni di Base sull'Estensione

Nome Memento mori Memento mori
ID jbadenloaojfjnfbppdgbheadfkpkjcf
URL Ufficiale https://chromewebstore.google.com/detail/memento-mori/jbadenloaojfjnfbppdgbheadfkpkjcf
Descrizione Memento mori - show a life calendar as the 'New tab' page in Chrome
Dimensione del File 487 KB
Conteggio Installazioni 119
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-09-01
Data di Pubblicazione 2021-09-01
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Shane Bell
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/shanebell/memento-mori
URL della Pagina della Politica sulla Privacy https://github.com/shanebell/JaSON/blob/master/privacy-policy.md
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Memento mori",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Memento mori - show a life calendar as the 'New tab' page in Chrome",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_page": "index.html?page=options",
    "icons": {
        "128": "memento-mori-128x128.png",
        "256": "memento-mori-256x256.png",
        "512": "memento-mori-512x512.png"
    }
}