Chrono

Tracks which websites you spend time on the most.

Qu'est-ce que Chrono ?

Chrono est une extension Chrome développée par https://www.clinchpad.com, et sa fonction principale est "Tracks which websites you spend time on the most.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chrono

Téléchargez les fichiers d'extension Chrono au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Chrono Chrono
ID cdipjnbignkeledopgpgdlgbolhgkben
URL Officiel https://chromewebstore.google.com/detail/chrono/cdipjnbignkeledopgpgdlgbolhgkben
Description Tracks which websites you spend time on the most.
Taille du Fichier 16.4 MB
Nombre d'Installations 2,488
Version Actuelle 1.0.3
Dernière Mise à Jour 2014-05-05
Date de Publication 2014-05-05
Évaluation 4.57/5 Total 28 Évaluations
Développeur https://www.clinchpad.com
Type de Paiement free
Langues Prises en Charge 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'"
}