Website Time Tracker

Track your time duration spent on social website.

Co to jest Website Time Tracker?

Website Time Tracker to rozszerzenie Chrome opracowane przez https://raviroshan.info, a jego główną funkcją jest „Track your time duration spent on social website.”.

Pobierz plik CRX rozszerzenia Website Time Tracker

Pobierz pliki rozszerzeń Website 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Website Time Tracker Website Time Tracker
ID fheenloboohneodcililegfgaiaandjg
Oficjalny URL https://chromewebstore.google.com/detail/website-time-tracker/fheenloboohneodcililegfgaiaandjg
Opis Track your time duration spent on social website.
Rozmiar pliku 131 KB
Liczba instalacji 13
Aktualna Wersja 2.3
Ostatnia Aktualizacja 2017-04-20
Data Publikacji 2017-04-20
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper https://raviroshan.info
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.raviroshan.info
Adres URL Strony Pomocy https://www.facebook.com/raviroshan.talk
Obsługiwane Języki 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"
    }
}