Memento mori
Memento mori - show a life calendar as the 'New tab' page in Chrome
O que é Memento mori?
Memento mori é uma extensão do Chrome desenvolvida por Shane Bell, e sua principal característica é "Memento mori - show a life calendar as the 'New tab' page in Chrome".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Memento mori
Baixe arquivos de extensão Memento mori no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Memento mori |
ID | jbadenloaojfjnfbppdgbheadfkpkjcf |
URL Oficial | https://chromewebstore.google.com/detail/memento-mori/jbadenloaojfjnfbppdgbheadfkpkjcf |
Descrição | Memento mori - show a life calendar as the 'New tab' page in Chrome |
Tamanho do Arquivo | 487 KB |
Contagem de Instalações | 119 |
Versão Atual | 1.0.1 |
Última Atualização | 2021-09-01 |
Data de Publicação | 2021-09-01 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Shane Bell |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/shanebell/memento-mori |
URL da Página de Política de Privacidade | https://github.com/shanebell/JaSON/blob/master/privacy-policy.md |
Idiomas Suportados | 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" } } |