Your Life in Weeks
New tab page that will depress and maybe motivate you
Was ist Your Life in Weeks?
Your Life in Weeks ist eine Chrome-Erweiterung, die von lifeinweeksapp entwickelt wurde, und ihr Hauptmerkmal ist "New tab page that will depress and maybe motivate you".
Erweiterungsscreenshots
Your Life in Weeks-Erweiterungs-CRX-Datei herunterladen
Laden Sie Your Life in Weeks-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 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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jkhenjfgldkaodagnpbicdmbmfagcfen |
| Offizielle URL | https://chromewebstore.google.com/detail/your-life-in-weeks/jkhenjfgldkaodagnpbicdmbmfagcfen |
| Beschreibung | New tab page that will depress and maybe motivate you |
| Dateigröße | 10.8 KB |
| Installationsanzahl | 512 |
| Aktuelle Version | 1.3.2 |
| Letztes Update | 2018-08-02 |
| Veröffentlichungsdatum | 2018-08-02 |
| Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
| Entwickler | lifeinweeksapp |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
}
} | |