Website Time Tracker

Track your time duration spent on social website.

Co je Website Time Tracker?

Website Time Tracker je rozšíření Chrome vyvinuté https://raviroshan.info, a jeho hlavní funkcí je „Track your time duration spent on social website.“.

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í

                        This extension keeps track of the time duration [hh:mm:ss format] you spend on social network.

It considers only the ACTIVE time of user on the website.
------------------------------------------------------------------------
ACTIVE time does not include :
> When user is on different tab, other than on Facebook (Either on same browser windows or other).
> When current tab is Facebook but the browser is minimized or not focused.


Version 2.1 Update: 
> Cleaner UI.
> Rest-Timer functionality has been added.                    

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

Název Website Time Tracker Website Time Tracker
ID fheenloboohneodcililegfgaiaandjg
Oficiální URL https://chromewebstore.google.com/detail/website-time-tracker/fheenloboohneodcililegfgaiaandjg
Popis Track your time duration spent on social website.
Velikost souboru 131 KB
Počet instalací 13
Aktuální Verze 2.3
Poslední Aktualizace 2017-04-20
Datum Vydání 2017-04-20
Hodnocení 4.67/5 Celkem 3 Hodnocení
Vývojář https://raviroshan.info
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.raviroshan.info
URL Stránky Nápovědy https://www.facebook.com/raviroshan.talk
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website Time Tracker",
    "short_name": "Website Time Tracker",
    "manifest_version": 2,
    "version": "2.3",
    "description": "Track your time duration spent on social website.",
    "offline_enabled": true,
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/timer-icon.png",
        "default_popup": "popup.html"
    }
}