TimeFlow

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

Was ist TimeFlow?

TimeFlow ist eine Chrome-Erweiterung, die von Chiunhau entwickelt wurde, und ihr Hauptmerkmal ist "TimeFlow is a Chrome extension that tracks time you spend on every website.".

Erweiterungsscreenshots

screenshot

TimeFlow-Erweiterungs-CRX-Datei herunterladen

Laden Sie TimeFlow-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name TimeFlow TimeFlow
ID ofpimjnkffjdlkilpmhjmckchfpnfdfi
Offizielle URL https://chromewebstore.google.com/detail/timeflow/ofpimjnkffjdlkilpmhjmckchfpnfdfi
Beschreibung TimeFlow is a Chrome extension that tracks time you spend on every website.
Dateigröße 63.18 KB
Installationsanzahl 56
Aktuelle Version 0.1.0
Letztes Update 2015-08-14
Veröffentlichungsdatum 2015-08-14
Bewertung 4.91/5 Insgesamt 11 Bewertungen
Entwickler Chiunhau
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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'"
}