Your Life in Weeks
New tab page that will depress and maybe motivate you
Wat is Your Life in Weeks?
Your Life in Weeks is een Chrome-extensie ontwikkeld door lifeinweeksapp, en de belangrijkste functie is "New tab page that will depress and maybe motivate you".
Extensie Screenshots
Download het CRX-bestand van de extensie Your Life in Weeks
Download Your Life in Weeks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A new tab page that will depress and maybe motivate you. Inspired by this post http://waitbutwhy.com/2014/05/life-weeks.html, I made this extension so I would see how much of my life I'm wasting every time I open a new tab.
You can also enter important intervals of your life to view them on the life calendar. Basisinformatie over de Extensie
| Naam | |
| ID | jkhenjfgldkaodagnpbicdmbmfagcfen |
| Officiële URL | https://chromewebstore.google.com/detail/your-life-in-weeks/jkhenjfgldkaodagnpbicdmbmfagcfen |
| Beschrijving | New tab page that will depress and maybe motivate you |
| Bestandsgrootte | 10.8 KB |
| Aantal Installaties | 512 |
| Huidige Versie | 1.3.2 |
| Laatst Bijgewerkt | 2018-08-02 |
| Publicatiedatum | 2018-08-02 |
| Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | lifeinweeksapp |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Your Life in Weeks",
"description": "New tab page that will depress and maybe motivate you",
"version": "1.3.2",
"manifest_version": 2,
"permissions": [
"storage"
],
"icons": {
"128": "icon.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"options_ui": {
"page": "options.html",
"chrome_style": true
}
} | |