Mortality
Replace new tab page with a counter of your age
Qu'est-ce que Mortality ?
Mortality est une extension Chrome développée par alphabt, et sa fonction principale est "Replace new tab page with a counter of your age".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mortality
Téléchargez les fichiers d'extension Mortality 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
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
Informations de Base sur l'Extension
Nom | Mortality |
ID | dmcopoldcoemapdejndbdnfmbofbkmbh |
URL Officiel | https://chromewebstore.google.com/detail/mortality/dmcopoldcoemapdejndbdnfmbofbkmbh |
Description | Replace new tab page with a counter of your age |
Taille du Fichier | 210 KB |
Nombre d'Installations | 226 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2021-08-01 |
Date de Publication | 2020-04-12 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | alphabt |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/alphabt/mortality |
URL de la Page d'Aide | https://github.com/alphabt/mortality/issues |
Langues Prises en Charge | 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'" } |