TimeFlow
TimeFlow is a Chrome extension that tracks time you spend on every website.
TimeFlow là gì?
TimeFlow là một tiện ích mở rộng Chrome được phát triển bởi Chiunhau, và tính năng chính của nó là "TimeFlow is a Chrome extension that tracks time you spend on every website.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TimeFlow
Tải xuống các tệp mở rộng TimeFlow dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TimeFlow |
ID | ofpimjnkffjdlkilpmhjmckchfpnfdfi |
URL Chính Thức | https://chromewebstore.google.com/detail/timeflow/ofpimjnkffjdlkilpmhjmckchfpnfdfi |
Mô tả | TimeFlow is a Chrome extension that tracks time you spend on every website. |
Kích Thước Tệp | 63.18 KB |
Số Lần Cài Đặt | 56 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2015-08-14 |
Ngày Phát Hành | 2015-08-14 |
Đánh Giá | 4.91/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Chiunhau |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |