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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" } |