Task Tracker

This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome

Что такое Task Tracker?

Task Tracker - это расширение Chrome, разработанное https://maxlibin.com, и его основная функция - "This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Task Tracker

Скачайте файлы расширений Task Tracker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Lightweight chrome extensions that keep track of your todo list directly from google chrome, just type anything you like and click add icon to add to do list, and click delete if you wish to remove.
Version 1.0
---------- ---------------------------------
Additional features to add in soon:
--Time tracking of each todo list.
--Please request for features if you like to add in...                    

Основная информация о расширении

Название Task Tracker Task Tracker
ID kfijlmgjjcidbmhomgenfljoinpkmkhg
Официальный URL https://chromewebstore.google.com/detail/task-tracker/kfijlmgjjcidbmhomgenfljoinpkmkhg
Описание This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome
Размер файла 43.49 KB
Количество установок 329
Текущая Версия 1.0
Последнее Обновление 2013-09-30
Дата публикации 2013-09-30
Рейтинг 3.25/5 Всего 4 оценок
Разработчик https://maxlibin.com
Тип оплаты free
Официальный сайт расширения http://www.maxlibin.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Task Tracker",
    "description": "This extension built to make your to do list easier, keep track of your current todo list directly from your google chrome",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": []
}