Web Time Tracker

This extension helps you track your time spent using the web for work.

Что такое Web Time Tracker?

Web Time Tracker - это расширение Chrome, разработанное Joey Lea, и его основная функция - "This extension helps you track your time spent using the web for work.".

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

screenshot
screenshot

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

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

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

                        Keep track of your time spent on your web projects with the tool you use most, your browser. The Web Time Tracker makes it easy to track your hours spent on projects right inside Google Chrome.  It syncs across all your browsers so you are always up to date.  Plus, you can add goals and stay on top of your to-do list.                    

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

Название Web Time Tracker Web Time Tracker
ID hfhhlhelfbijnejjdihdfchakekadhbg
Официальный URL https://chromewebstore.google.com/detail/web-time-tracker/hfhhlhelfbijnejjdihdfchakekadhbg
Описание This extension helps you track your time spent using the web for work.
Размер файла 164 KB
Количество установок 172
Текущая Версия 0.0.4
Последнее Обновление 2015-05-10
Дата публикации 2015-05-10
Рейтинг 1.00/5 Всего 1 оценок
Разработчик Joey Lea
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Time Tracker",
    "description": "This extension helps you track your time spent using the web for work.",
    "version": "0.0.4",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "home.html",
        "default_title": "Web Time Tracker"
    },
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/tt.w3by.com\/"
    ]
}