Watcher
A time management stopwatch that allows you to track time for multiple items at once.
Что такое Watcher?
Watcher - это расширение Chrome, разработанное Unknown, и его основная функция - "A time management stopwatch that allows you to track time for multiple items at once.".
Снимки экрана расширения
Скачать файл CRX расширения Watcher
Скачайте файлы расширений Watcher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
- Color code your watches for easier management
- Edit a watch name in-line
- Re-order watches to set priority
- Rounds time to the nearest quarter hour and provides multiple time totals
- Track one or multiple projects at once
- Expand or collapse watches
- Add or subtract time manually Основная информация о расширении
| Название | |
| ID | ecndlcfciheobflkmookjlojoeccmjbg |
| Официальный URL | https://chromewebstore.google.com/detail/watcher/ecndlcfciheobflkmookjlojoeccmjbg |
| Описание | A time management stopwatch that allows you to track time for multiple items at once. |
| Размер файла | 83.44 KB |
| Количество установок | 166 |
| Текущая Версия | 1.4.2 |
| Последнее Обновление | 2013-03-29 |
| Дата публикации | 2013-03-29 |
| Рейтинг | 4.29/5 Всего 7 оценок |
| Разработчик | Unknown |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Watcher",
"version": "1.4.2",
"manifest_version": 2,
"description": "A time management stopwatch that allows you to track time for multiple items at once.",
"browser_action": {
"default_icon": "img\/icon.png",
"default_title": "Watcher",
"default_popup": "index.html"
},
"icons": {
"48": "img\/icon-48.png",
"64": "img\/icon-64.png",
"128": "img\/icon-128.png"
}
} | |