Motivate Me
A new tab page to give a little nudge to keep procrastination at bay
Vad är Motivate Me?
Motivate Me är en Chrome-tillägg utvecklad av Tommy Apps, och dess huvudfunktion är "A new tab page to give a little nudge to keep procrastination at bay".
Tilläggsskärmbilder
Ladda ner Motivate Me-förlängningens CRX-fil
Ladda ner Motivate Me-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
A little reminder that time past by at a very fast pace and it's the most precious thing everyone have. So, don't waste it and regret it later in life. Grundläggande Information om Tillägg
| Namn | |
| ID | bgaephinlbgpahofhfojebejhlodolgd |
| Officiell webbadress | https://chromewebstore.google.com/detail/motivate-me/bgaephinlbgpahofhfojebejhlodolgd |
| Beskrivning | A new tab page to give a little nudge to keep procrastination at bay |
| Filstorlek | 12.85 MB |
| Antal Installationer | 63 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2016-10-14 |
| Publiceringsdatum | 2016-10-14 |
| Betyg | 3.25/5 Totalt 4 Betyg |
| Utvecklare | Tommy Apps |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Motivate Me",
"short_name": "Motivate Me",
"description": "A new tab page to give a little nudge to keep procrastination at bay",
"version": "1.1",
"chrome_url_overrides": {
"newtab": "dashboard.html"
},
"icons": {
"16": "icon_16.png",
"32": "icon_32.png",
"64": "icon_64.png",
"128": "icon_128.png",
"512": "icon_512.png"
},
"offline_enabled": true
} | |