Motivate Me
A new tab page to give a little nudge to keep procrastination at bay
Was ist Motivate Me?
Motivate Me ist eine Chrome-Erweiterung, die von Tommy Apps entwickelt wurde, und ihr Hauptmerkmal ist "A new tab page to give a little nudge to keep procrastination at bay".
Erweiterungsscreenshots
Motivate Me-Erweiterungs-CRX-Datei herunterladen
Laden Sie Motivate Me-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bgaephinlbgpahofhfojebejhlodolgd |
| Offizielle URL | https://chromewebstore.google.com/detail/motivate-me/bgaephinlbgpahofhfojebejhlodolgd |
| Beschreibung | A new tab page to give a little nudge to keep procrastination at bay |
| Dateigröße | 12.85 MB |
| Installationsanzahl | 63 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2016-10-14 |
| Veröffentlichungsdatum | 2016-10-14 |
| Bewertung | 3.25/5 Insgesamt 4 Bewertungen |
| Entwickler | Tommy Apps |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |