Motivation
Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.
Qu'est-ce que Motivation ?
Motivation est une extension Chrome développée par Dmytrii Lysak, et sa fonction principale est "Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Motivation
Téléchargez les fichiers d'extension Motivation 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
Replace new tab page with Motivation. Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear. Click to preview: https://motivation-new-tab.github.io/
Informations de Base sur l'Extension
Nom | Motivation |
ID | aliachjmgkelibfecomdccomahgpople |
URL Officiel | https://chromewebstore.google.com/detail/motivation/aliachjmgkelibfecomdccomahgpople |
Description | Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear. |
Taille du Fichier | 2.01 MB |
Nombre d'Installations | 629 |
Version Actuelle | 0.6.6.1 |
Dernière Mise à Jour | 2024-01-22 |
Date de Publication | 2020-06-07 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Dmytrii Lysak |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://motivation-new-tab.github.io/ |
URL de la Page d'Aide | https://github.com/Lysak/motivation/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "motivation.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.", "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png" }, "manifest_version": 2, "name": "Motivation", "offline_enabled": true, "version": "0.6.6.1" } |