Mortality
Replace new tab page with a counter of your age
Wat is Mortality?
Mortality is een Chrome-extensie ontwikkeld door alphabt, en de belangrijkste functie is "Replace new tab page with a counter of your age".
Extensie Screenshots
Download het CRX-bestand van de extensie Mortality
Download Mortality-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension replaces the new tab page with a counter of your age. Let's live life to the fullest and don't waste a second of it. GitHub: https://github.com/alphabt/mortality
Basisinformatie over de Extensie
Naam | Mortality |
ID | dmcopoldcoemapdejndbdnfmbofbkmbh |
Officiële URL | https://chromewebstore.google.com/detail/mortality/dmcopoldcoemapdejndbdnfmbofbkmbh |
Beschrijving | Replace new tab page with a counter of your age |
Bestandsgrootte | 210 KB |
Aantal Installaties | 226 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2021-08-01 |
Publicatiedatum | 2020-04-12 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | alphabt |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/alphabt/mortality |
Help Pagina-URL | https://github.com/alphabt/mortality/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "chrome_url_overrides": { "newtab": "tab.html" }, "version": "1.2.0", "content_security_policy": "script-src 'self' ; object-src 'self'" } |