Memento mori
Memento mori - show a life calendar as the 'New tab' page in Chrome
Vad är Memento mori?
Memento mori är en Chrome-tillägg utvecklad av Shane Bell, och dess huvudfunktion är "Memento mori - show a life calendar as the 'New tab' page in Chrome".
Tilläggsskärmbilder
Ladda ner Memento mori-förlängningens CRX-fil
Ladda ner Memento mori-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Memento mori |
ID | jbadenloaojfjnfbppdgbheadfkpkjcf |
Officiell webbadress | https://chromewebstore.google.com/detail/memento-mori/jbadenloaojfjnfbppdgbheadfkpkjcf |
Beskrivning | Memento mori - show a life calendar as the 'New tab' page in Chrome |
Filstorlek | 487 KB |
Antal Installationer | 119 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2021-09-01 |
Publiceringsdatum | 2021-09-01 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Shane Bell |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/shanebell/memento-mori |
URL till Sekretesspolicy Sidan | https://github.com/shanebell/JaSON/blob/master/privacy-policy.md |
Stödda Språk | 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" } } |