Website Time Tracker

Track your time duration spent on social website.

¿Qué es Website Time Tracker?

Website Time Tracker es una extensión de Chrome desarrollada por https://raviroshan.info, y su función principal es "Track your time duration spent on social website.".

Descargar Archivo CRX de la Extensión Website Time Tracker

Descarga archivos de extensión Website Time Tracker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Website Time Tracker Website Time Tracker
ID fheenloboohneodcililegfgaiaandjg
URL Oficial https://chromewebstore.google.com/detail/website-time-tracker/fheenloboohneodcililegfgaiaandjg
Descripción Track your time duration spent on social website.
Tamaño del Archivo 131 KB
Cantidad de Instalaciones 13
Versión Actual 2.3
Última Actualización 2017-04-20
Fecha de Publicación 2017-04-20
Calificación 4.67/5 Total de 3 Calificaciones
Desarrollador https://raviroshan.info
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.raviroshan.info
URL de la Página de Ayuda https://www.facebook.com/raviroshan.talk
Idiomas Soportados 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"
    }
}