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.
Vad är Motivation?
Motivation är en Chrome-tillägg utvecklad av Dmytrii Lysak, och dess huvudfunktion är "Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.".
Tilläggsskärmbilder
Ladda ner Motivation-förlängningens CRX-fil
Ladda ner Motivation-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/ Grundläggande Information om Tillägg
| Namn | |
| ID | aliachjmgkelibfecomdccomahgpople |
| Officiell webbadress | https://chromewebstore.google.com/detail/motivation/aliachjmgkelibfecomdccomahgpople |
| Beskrivning | Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear. |
| Filstorlek | 2.01 MB |
| Antal Installationer | 629 |
| Aktuell Version | 0.6.6.1 |
| Senast Uppdaterad | 2024-01-22 |
| Publiceringsdatum | 2020-06-07 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | Dmytrii Lysak |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://motivation-new-tab.github.io/ |
| Hjälpsida URL | https://github.com/Lysak/motivation/ |
| Stödda Språk | 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"
} | |