Your Life in Weeks
New tab page that will depress and maybe motivate you
Что такое Your Life in Weeks?
Your Life in Weeks - это расширение Chrome, разработанное lifeinweeksapp, и его основная функция - "New tab page that will depress and maybe motivate you".
Снимки экрана расширения
Скачать файл CRX расширения Your Life in Weeks
Скачайте файлы расширений Your Life in Weeks в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | jkhenjfgldkaodagnpbicdmbmfagcfen |
| Официальный URL | https://chromewebstore.google.com/detail/your-life-in-weeks/jkhenjfgldkaodagnpbicdmbmfagcfen |
| Описание | New tab page that will depress and maybe motivate you |
| Размер файла | 10.8 KB |
| Количество установок | 512 |
| Текущая Версия | 1.3.2 |
| Последнее Обновление | 2018-08-02 |
| Дата публикации | 2018-08-02 |
| Рейтинг | 4.50/5 Всего 2 оценок |
| Разработчик | lifeinweeksapp |
| Тип оплаты | free |
| Поддерживаемые языки | 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
}
} | |