Stopwatch and Counter
It combines the functions of a stopwatch and a counter. You can measure work time and stability.
什麼是Stopwatch and Counter?
Stopwatch and Counter是由kaktuswald開發的Chrome擴展程式,該擴展的主要功能是“It combines the functions of a stopwatch and a counter. You can measure work time and stability.”。
擴展截圖
下載Stopwatch and Counter擴展crx文件
下載Stopwatch and Counter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Stopwatch and Counter |
ID | iidccgfffeecdihjbmgoedphgmeeolka |
官方網址 | https://chromewebstore.google.com/detail/stopwatch-and-counter/iidccgfffeecdihjbmgoedphgmeeolka |
簡介 | It combines the functions of a stopwatch and a counter. You can measure work time and stability. |
檔案大小 | 94.68 KB |
安裝次數 | 574 |
目前版本 | 1.1.0 |
更新時間 | 2021-09-23 |
上架時間 | 2020-07-01 |
評分 | 3.00/5 共 2 次評分 |
開發者 | kaktuswald |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } |