Life Counter
Counting the moments of your life
Что такое Life Counter?
Life Counter - это расширение Chrome, разработанное jin.alex, и его основная функция - "Counting the moments of your life".
Снимки экрана расширения
Скачать файл CRX расширения Life Counter
Скачайте файлы расширений Life Counter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Minimalistic counter that shows time between a specified date and now on all your new tabs.
v2 What's New?
-bookmarks
-fixed timezone issues
-adjusted positioning of elements
-option to add a message for what you are counting up/down from/to
Personally I use it to see how long I have been alive but it can count up from a past date or count down to a date in the future.
Use Cases:
- years you've been alive
- seconds until the new year
- number of days until your favourite artists drops that fire mixtape
- etc Основная информация о расширении
| Название | |
| ID | bnbpeolijjenmnpfiohapnejmhoecchh |
| Официальный URL | https://chromewebstore.google.com/detail/life-counter/bnbpeolijjenmnpfiohapnejmhoecchh |
| Описание | Counting the moments of your life |
| Размер файла | 104 KB |
| Количество установок | 839 |
| Текущая Версия | 2.0.0 |
| Последнее Обновление | 2016-01-01 |
| Дата публикации | 2015-12-31 |
| Рейтинг | 4.88/5 Всего 8 оценок |
| Разработчик | jin.alex |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Life Counter",
"description": "Counting the moments of your life",
"version": "2.0.0",
"manifest_version": 2,
"options_page": "options.html",
"permissions": [
"storage"
],
"icons": {
"128": "icon_128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
}
} | |