Page Stat
Display time usage statistics for accessed pages
Page Stat là gì?
Page Stat là một tiện ích mở rộng Chrome được phát triển bởi pvpscript, và tính năng chính của nó là "Display time usage statistics for accessed pages".
Ả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 Page Stat
Tải xuống các tệp mở rộng Page Stat 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
Page Stat is a browser extension for chrome and firefox that calculates how much time is spent on websites in general and provides usage statistics for different time intervals, such as *daily*, *weekly*, *monthly*, *yearly* and also *custom defined*. A list of accessed domains is displayed, sorted by usage time in ascending order. Select a specific domain on this list to plot the usage data for it.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Page Stat |
ID | iifimpgnkpmahfnopiaidbohgepbeggd |
URL Chính Thức | https://chromewebstore.google.com/detail/page-stat/iifimpgnkpmahfnopiaidbohgepbeggd |
Mô tả | Display time usage statistics for accessed pages |
Kích Thước Tệp | 155 KB |
Số Lần Cài Đặt | 36 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2020-10-07 |
Ngày Phát Hành | 2020-10-01 |
Nhà Phát Triển | pvpscript |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/pvpscript/page-stat |
URL Trang Trợ Giúp | https://github.com/pvpscript/page-stat/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Page Stat", "version": "1.0.1", "description": "Display time usage statistics for accessed pages", "manifest_version": 2, "permissions": [ "tabs", "storage", "unlimitedStorage", "alarms", "https:\/\/www.google.com\/" ], "options_ui": { "page": "view\/options\/options.html", "open_in_tab": true }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background_scripts\/host.js", "background_scripts\/page.js", "background_scripts\/utils.js", "background_scripts\/validator.js", "background_scripts\/listeners_runtime.js", "background_scripts\/listeners_tabs.js", "background_scripts\/core.js", "background_scripts\/alarm.js" ], "persistent": false }, "browser_action": { "default_title": "Page usage statistics", "default_popup": "popup\/popup.html" } } |