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.
Co je Motivation?
Motivation je rozšíření Chrome vyvinuté Dmytrii Lysak, a jeho hlavní funkcí je „Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Motivation
Stáhněte si soubory rozšíření Motivation ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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/
Základní Informace o Rozšíření
Název | Motivation |
ID | aliachjmgkelibfecomdccomahgpople |
Oficiální URL | https://chromewebstore.google.com/detail/motivation/aliachjmgkelibfecomdccomahgpople |
Popis | Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear. |
Velikost souboru | 2.01 MB |
Počet instalací | 629 |
Aktuální Verze | 0.6.6.1 |
Poslední Aktualizace | 2024-01-22 |
Datum Vydání | 2020-06-07 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Dmytrii Lysak |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://motivation-new-tab.github.io/ |
URL Stránky Nápovědy | https://github.com/Lysak/motivation/ |
Podporované Jazyky | 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" } |