Surf Clock
Keep track of the time you spend surfing on the web.
Surf Clock là gì?
Surf Clock là một tiện ích mở rộng Chrome được phát triển bởi https://surfclock.io, và tính năng chính của nó là "Keep track of the time you spend surfing on the web.".
Ả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 Surf Clock
Tải xuống các tệp mở rộng Surf Clock 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
Curious about where you spend how much time on the web? Surf Clock is for you! Accurate. Intuitive. Private. - While browsing the web, the time you spend on websites is accurately measured. - Adjust the time frame to easily spot for how long you've been on any site during that period. - No information is sent to our clouds, it's all yours on your computer. Necessary permissions: - "Read your browsing history" to detect when you load new sites and switch tabs / windows - "Read and change your data on www.google.com" in order to use Google's Favicon Service, which is needed to retrieve the color for the website
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Surf Clock |
ID | bhmamcldpbfndmkibakfgkibichjbifo |
URL Chính Thức | https://chromewebstore.google.com/detail/surf-clock/bhmamcldpbfndmkibakfgkibichjbifo |
Mô tả | Keep track of the time you spend surfing on the web. |
Kích Thước Tệp | 186 KB |
Số Lần Cài Đặt | 39 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2017-12-04 |
Ngày Phát Hành | 2017-12-04 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://surfclock.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://surfclock.io |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Surf Clock", "version": "1.0.4", "author": "crococoding", "homepage_url": "https:\/\/surfclock.io", "description": "Keep track of the time you spend surfing on the web.", "icons": { "128": "chrome\/icon_128.png" }, "browser_action": { "default_icon": "chrome\/icon_128.png", "default_popup": "chrome\/popup_chrome.html" }, "permissions": [ "tabs", "storage", "https:\/\/www.google.com\/*" ], "background": { "scripts": [ "core\/background\/dexie.min.js", "core\/background\/vibrant.min.js", "core\/background\/database.js", "core\/background\/logger.js", "chrome\/background_chrome.js" ] } } |