TimeFlow
TimeFlow is a Chrome extension that tracks time you spend on every website.
Wat is TimeFlow?
TimeFlow is een Chrome-extensie ontwikkeld door Chiunhau, en de belangrijkste functie is "TimeFlow is a Chrome extension that tracks time you spend on every website.".
Extensie Screenshots
Download het CRX-bestand van de extensie TimeFlow
Download TimeFlow-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
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.
Basisinformatie over de Extensie
Naam | TimeFlow |
ID | ofpimjnkffjdlkilpmhjmckchfpnfdfi |
Officiële URL | https://chromewebstore.google.com/detail/timeflow/ofpimjnkffjdlkilpmhjmckchfpnfdfi |
Beschrijving | TimeFlow is a Chrome extension that tracks time you spend on every website. |
Bestandsgrootte | 63.18 KB |
Aantal Installaties | 56 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2015-08-14 |
Publicatiedatum | 2015-08-14 |
Beoordeling | 4.91/5 Totaal 11 Beoordelingen |
Ontwikkelaar | Chiunhau |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |