Motivate Me
A new tab page to give a little nudge to keep procrastination at bay
Cos'è Motivate Me?
Motivate Me è un'estensione di Chrome sviluppata da Tommy Apps, e la sua funzione principale è "A new tab page to give a little nudge to keep procrastination at bay".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Motivate Me
Scarica i file di estensione Motivate Me in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | bgaephinlbgpahofhfojebejhlodolgd |
| URL Ufficiale | https://chromewebstore.google.com/detail/motivate-me/bgaephinlbgpahofhfojebejhlodolgd |
| Descrizione | A new tab page to give a little nudge to keep procrastination at bay |
| Dimensione del File | 12.85 MB |
| Conteggio Installazioni | 63 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2016-10-14 |
| Data di Pubblicazione | 2016-10-14 |
| Valutazione | 3.25/5 Totale 4 Valutazioni |
| Sviluppatore | Tommy Apps |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |