Track your productivity
Keep track of your productivity.
Что такое Track your productivity?
Track your productivity - это расширение Chrome, разработанное https://db42.in, и его основная функция - "Keep track of your productivity.".
Снимки экрана расширения
Скачать файл CRX расширения Track your productivity
Скачайте файлы расширений Track your productivity в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A simple tool to measure your day's productivity. At the end of the day, you’ll be able to see total productive time and your completed tasks.
- Once you finish any task, add an entry and hit enter
- Start/resume the timer as you start working and pause when you take a break. Use reset to start all over again Основная информация о расширении
| Название | |
| ID | onnkllhiaannegcomgbogohfpeegdnnf |
| Официальный URL | https://chromewebstore.google.com/detail/track-your-productivity/onnkllhiaannegcomgbogohfpeegdnnf |
| Описание | Keep track of your productivity. |
| Размер файла | 208 KB |
| Количество установок | 60 |
| Текущая Версия | 2.1.3 |
| Последнее Обновление | 2014-03-09 |
| Дата публикации | 2014-03-08 |
| Рейтинг | 4.83/5 Всего 6 оценок |
| Разработчик | https://db42.in |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Track your productivity",
"short_name": "Track your productivity",
"description": "Keep track of your productivity.",
"version": "2.1.3",
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage"
],
"browser_action": {
"default_title": "Track your productivity",
"default_icon": {
"19": "icon19.png",
"38": "icon38.png"
},
"default_popup": "popup.html"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |