Work-Time
Work-Time - It's just the timer of your working time.
Что такое Work-Time?
Work-Time - это расширение Chrome, разработанное Alex Zarnitsa, и его основная функция - "Work-Time - It's just the timer of your working time.".
Снимки экрана расширения
Скачать файл CRX расширения Work-Time
Скачайте файлы расширений Work-Time в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Add timers for each task. Each timer has their notes. Timer thinks if a new day, and you do not stop the timer, it resets to 0:00. You can also see the Options page, to set this option. And also, Help, you can find on the Options page. This page will help you to find additional functions.
Основная информация о расширении
Название | Work-Time |
ID | fbdehjlkdfihmopbhddckmnabmfgkmkg |
Официальный URL | https://chromewebstore.google.com/detail/work-time/fbdehjlkdfihmopbhddckmnabmfgkmkg |
Описание | Work-Time - It's just the timer of your working time. |
Размер файла | 448 KB |
Количество установок | 401 |
Текущая Версия | 3.0.5 |
Последнее Обновление | 2015-02-14 |
Дата публикации | 2015-02-14 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | Alex Zarnitsa |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "browser_action": { "default_icon": "\/images\/clock.png", "default_popup": "\/popup.html", "default_title": "Work-Time", "name": "Work-Time" }, "description": "Work-Time - It's just the timer of your working time.", "icons": { "128": "\/images\/clock.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDcOap2OG3psJfEnehiNKGUcwzqRQ3bB1r1RJkm7Ro5SkTSdfM8aaMXBHq+UfBSvRYeiPYBVYYtIMibyzp3405ae0unkcglqHgM+hac68HG1CTIA2wBGTNsf+pj53eSes\/TzMi+fnWsQkN0sU1YXU5ORs8n6q3fvzntfikUmD53+wIDAQAB", "manifest_version": 2, "name": "Work-Time", "options_page": "options.html", "short_name": "Work-Time", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0.5" } |