TimeFlow
TimeFlow is a Chrome extension that tracks time you spend on every website.
Apa itu TimeFlow?
TimeFlow adalah ekstensi Chrome yang dikembangkan oleh Chiunhau, dan fitur utamanya adalah "TimeFlow is a Chrome extension that tracks time you spend on every website.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TimeFlow
Unduh file ekstensi TimeFlow dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | TimeFlow |
ID | ofpimjnkffjdlkilpmhjmckchfpnfdfi |
URL Resmi | https://chromewebstore.google.com/detail/timeflow/ofpimjnkffjdlkilpmhjmckchfpnfdfi |
Deskripsi | TimeFlow is a Chrome extension that tracks time you spend on every website. |
Ukuran File | 63.18 KB |
Jumlah Instalasi | 56 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2015-08-14 |
Tanggal Publikasi | 2015-08-14 |
Penilaian | 4.91/5 Total 11 Penilaian |
Pengembang | Chiunhau |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |