TimeFlow

TimeFlow is a Chrome extension that tracks time you spend on every website.

Qu'est-ce que TimeFlow ?

TimeFlow est une extension Chrome développée par Chiunhau, et sa fonction principale est "TimeFlow is a Chrome extension that tracks time you spend on every website.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension TimeFlow 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

                        TimeFlow is a Chrome extension that tracks time you spend on every website. It displays the result once you open a new browser tab. Have you ever wondered which website do you spend the most time on? Give it a try.                    

Informations de Base sur l'Extension

Nom TimeFlow TimeFlow
ID ofpimjnkffjdlkilpmhjmckchfpnfdfi
URL Officiel https://chromewebstore.google.com/detail/timeflow/ofpimjnkffjdlkilpmhjmckchfpnfdfi
Description TimeFlow is a Chrome extension that tracks time you spend on every website.
Taille du Fichier 63.18 KB
Nombre d'Installations 56
Version Actuelle 0.1.0
Dernière Mise à Jour 2015-08-14
Date de Publication 2015-08-14
Évaluation 4.91/5 Total 11 Évaluations
Développeur Chiunhau
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TimeFlow",
    "version": "0.1.0",
    "description": "TimeFlow is a Chrome extension that tracks time you spend on every website.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "offline_enabled": true,
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "permissions": [
        "idle",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}