Memento mori

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

Was ist Memento mori?

Memento mori ist eine Chrome-Erweiterung, die von Shane Bell entwickelt wurde, und ihr Hauptmerkmal ist "Memento mori - show a life calendar as the 'New tab' page in Chrome".

Erweiterungsscreenshots

screenshot
screenshot

Memento mori-Erweiterungs-CRX-Datei herunterladen

Laden Sie Memento mori-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Memento mori Memento mori
ID jbadenloaojfjnfbppdgbheadfkpkjcf
Offizielle URL https://chromewebstore.google.com/detail/memento-mori/jbadenloaojfjnfbppdgbheadfkpkjcf
Beschreibung Memento mori - show a life calendar as the 'New tab' page in Chrome
Dateigröße 487 KB
Installationsanzahl 119
Aktuelle Version 1.0.1
Letztes Update 2021-09-01
Veröffentlichungsdatum 2021-09-01
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Shane Bell
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/shanebell/memento-mori
URL der Datenschutzrichtlinien-Seite https://github.com/shanebell/JaSON/blob/master/privacy-policy.md
Unterstützte Sprachen 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"
    }
}