Stopwatch and Counter
It combines the functions of a stopwatch and a counter. You can measure work time and stability.
Stopwatch and Counter là gì?
Stopwatch and Counter là một tiện ích mở rộng Chrome được phát triển bởi kaktuswald, và tính năng chính của nó là "It combines the functions of a stopwatch and a counter. You can measure work time and stability.".
Ả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 Stopwatch and Counter
Tải xuống các tệp mở rộng Stopwatch and Counter 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
It is a stopwatch. And the counter. It is suitable for measuring lap time of repetitive work and success rate of work with failure. You can visually understand the measurement results by displaying the graph of the time required and the number of times. * Press “Start” to start the measurement. * Press "Success"/"Failure" to count the number and reset the timer to continue the measurement. * To stop the measurement, press "Stop". * Calculates and displays the average measurement time for each of "success" and "failure". * The results of the number of measurements and the measurement time are displayed in a bar graph with 15-second intervals.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Stopwatch and Counter |
ID | iidccgfffeecdihjbmgoedphgmeeolka |
URL Chính Thức | https://chromewebstore.google.com/detail/stopwatch-and-counter/iidccgfffeecdihjbmgoedphgmeeolka |
Mô tả | It combines the functions of a stopwatch and a counter. You can measure work time and stability. |
Kích Thước Tệp | 94.68 KB |
Số Lần Cài Đặt | 574 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2021-09-23 |
Ngày Phát Hành | 2020-07-01 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | kaktuswald |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "version": "1.1.0", "manifest_version": 2, "minimum_chrome_version": "83.0.4103.97", "description": "__MSG_description__", "icons": { "128": "128.png" }, "browser_action": { "default_title": "__MSG_name__", "default_popup": "popup.html", "default_icon": { "16": "16.png" } }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en" } |