Web Time Tracker

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

Co to jest Web Time Tracker?

Web Time Tracker to rozszerzenie Chrome opracowane przez Joey Lea, a jego główną funkcją jest „This extension helps you track your time spent using the web for work.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Web Time Tracker

Pobierz pliki rozszerzeń Web Time Tracker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Web Time Tracker Web Time Tracker
ID hfhhlhelfbijnejjdihdfchakekadhbg
Oficjalny URL https://chromewebstore.google.com/detail/web-time-tracker/hfhhlhelfbijnejjdihdfchakekadhbg
Opis This extension helps you track your time spent using the web for work.
Rozmiar pliku 164 KB
Liczba instalacji 172
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2015-05-10
Data Publikacji 2015-05-10
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Joey Lea
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}