TimeFlow
TimeFlow is a Chrome extension that tracks time you spend on every website.
Vad är TimeFlow?
TimeFlow är en Chrome-tillägg utvecklad av Chiunhau, och dess huvudfunktion är "TimeFlow is a Chrome extension that tracks time you spend on every website.".
Tilläggsskärmbilder
Ladda ner TimeFlow-förlängningens CRX-fil
Ladda ner TimeFlow-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | TimeFlow |
ID | ofpimjnkffjdlkilpmhjmckchfpnfdfi |
Officiell webbadress | https://chromewebstore.google.com/detail/timeflow/ofpimjnkffjdlkilpmhjmckchfpnfdfi |
Beskrivning | TimeFlow is a Chrome extension that tracks time you spend on every website. |
Filstorlek | 63.18 KB |
Antal Installationer | 56 |
Aktuell Version | 0.1.0 |
Senast Uppdaterad | 2015-08-14 |
Publiceringsdatum | 2015-08-14 |
Betyg | 4.91/5 Totalt 11 Betyg |
Utvecklare | Chiunhau |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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'" } |