Memento mori
Memento mori - show a life calendar as the 'New tab' page in Chrome
Qu'est-ce que Memento mori ?
Memento mori est une extension Chrome développée par Shane Bell, et sa fonction principale est "Memento mori - show a life calendar as the 'New tab' page in Chrome".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Memento mori
Téléchargez les fichiers d'extension Memento mori au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Memento mori |
ID | jbadenloaojfjnfbppdgbheadfkpkjcf |
URL Officiel | https://chromewebstore.google.com/detail/memento-mori/jbadenloaojfjnfbppdgbheadfkpkjcf |
Description | Memento mori - show a life calendar as the 'New tab' page in Chrome |
Taille du Fichier | 487 KB |
Nombre d'Installations | 119 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2021-09-01 |
Date de Publication | 2021-09-01 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Shane Bell |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/shanebell/memento-mori |
URL de la Page de Politique de Confidentialité | https://github.com/shanebell/JaSON/blob/master/privacy-policy.md |
Langues Prises en Charge | 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" } } |