Chrono

Tracks which websites you spend time on the most.

Wat is Chrono?

Chrono is een Chrome-extensie ontwikkeld door https://www.clinchpad.com, en de belangrijkste functie is "Tracks which websites you spend time on the most.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Chrono

Download Chrono-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Chrono tracks which websites you visit and displays the top visited websites of the day as well as a chart showing the percentage of time you spent in each category of websites. 

You can change the categories of the websites by just clicking on the category label next to the website.

These stats, along with some beautiful photographs, are displayed every time you open a new tab. This result in increased productivity as you become aware of how much time you spend on unproductive websites. 

Chrono respects your privacy and hence does not send ANY browsing data to ANY servers. All the data is stored on the computer where you installed the extension and isn't accessible to us or any third party.                    

Basisinformatie over de Extensie

Naam Chrono Chrono
ID cdipjnbignkeledopgpgdlgbolhgkben
Officiële URL https://chromewebstore.google.com/detail/chrono/cdipjnbignkeledopgpgdlgbolhgkben
Beschrijving Tracks which websites you spend time on the most.
Bestandsgrootte 16.4 MB
Aantal Installaties 2,488
Huidige Versie 1.0.3
Laatst Bijgewerkt 2014-05-05
Publicatiedatum 2014-05-05
Beoordeling 4.57/5 Totaal 28 Beoordelingen
Ontwikkelaar https://www.clinchpad.com
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrono",
    "short_name": "Chrono",
    "description": "Tracks which websites you spend time on the most.",
    "version": "1.0.3",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "libs\/purl.js",
            "libs\/moment.js",
            "js\/categories.js",
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "alarms"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}