TimeFlow
TimeFlow is a Chrome extension that tracks time you spend on every website.
What is TimeFlow?
TimeFlow is a Chrome extension developed by Chiunhau, and its main feature is "TimeFlow is a Chrome extension that tracks time you spend on every website.".
Extension Screenshots
Download TimeFlow Extension CRX File
Download TimeFlow extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | TimeFlow |
ID | ofpimjnkffjdlkilpmhjmckchfpnfdfi |
Official URL | https://chromewebstore.google.com/detail/timeflow/ofpimjnkffjdlkilpmhjmckchfpnfdfi |
Description | TimeFlow is a Chrome extension that tracks time you spend on every website. |
File Size | 63.18 KB |
Installation Count | 56 |
Current Version | 0.1.0 |
Last Updated | 2015-08-14 |
Publish Date | 2015-08-14 |
Rating | 4.91/5 Total 11 Ratings |
Developer | Chiunhau |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |