Website Time Tracker

Find out how much time you spend on various websites.

Co je Website Time Tracker?

Website Time Tracker je rozšíření Chrome vyvinuté Jakson K., a jeho hlavní funkcí je „Find out how much time you spend on various websites.“.

Snímky obrazovky rozšíření

screenshot

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

Stáhněte si soubory rozšíření Website 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í

                        Ever wondered how much time you've had certain websites open? The Website Time Tracker extension will allow you to track the amount of total time you've spent/wasted on places around the web! These stats are just for you... they aren't reported anywhere.

"Hourglass" icon source: http://bit.ly/1MFcCBW                    

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

Název Website Time Tracker Website Time Tracker
ID ekdocmaecfjfikmhfbmlfaopdndepefl
Oficiální URL https://chromewebstore.google.com/detail/website-time-tracker/ekdocmaecfjfikmhfbmlfaopdndepefl
Popis Find out how much time you spend on various websites.
Velikost souboru 50.55 KB
Počet instalací 431
Aktuální Verze 1.0
Poslední Aktualizace 2015-10-22
Datum Vydání 2015-10-22
Hodnocení 4.33/5 Celkem 3 Hodnocení
Vývojář Jakson K.
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Website Time Tracker",
    "description": "Find out how much time you spend on various websites.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "assets\/hourglass.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/hourglass_16.png",
        "48": "assets\/hourglass_48.png",
        "128": "assets\/hourglass_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/website-statistics.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/regular.css"
    ]
}