Web Time Tracker

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

Co je Web Time Tracker?

Web Time Tracker je rozšíření Chrome vyvinuté Joey Lea, a jeho hlavní funkcí je „This extension helps you track your time spent using the web for work.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Web Time Tracker

Stáhněte si soubory rozšíření Web Time Tracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Web Time Tracker Web Time Tracker
ID hfhhlhelfbijnejjdihdfchakekadhbg
Oficiální URL https://chromewebstore.google.com/detail/web-time-tracker/hfhhlhelfbijnejjdihdfchakekadhbg
Popis This extension helps you track your time spent using the web for work.
Velikost souboru 164 KB
Počet instalací 172
Aktuální Verze 0.0.4
Poslední Aktualizace 2015-05-10
Datum Vydání 2015-05-10
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář Joey Lea
Typ Platby free
Podporované Jazyky 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\/"
    ]
}