Working time counter
Simple working time counter
Working time counter란 무엇입니까?
Working time counter은(는) https://aksionau.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple working time counter"입니다.
확장 프로그램 스크린샷
Working time counter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Automatically starts together with the browser. You can set workday duration in the settings. If you want to edit time just press the pause button, input time which you need and press the start button. When time is over the counter icon will be highlighted in red. What's new: 2.3.0 - Added ability to see previous weeks at week chart - Updated badge colors 2.2.3 - Bug fixes 2.2.2 - Bug fixes 2.2.1 - Updated logo - Heatmap bugfixes 2.2.0 - - Added month heatmap 2.1.0 - - Migrate to Svelte - Bug fixes 2.0.0 - • New design of statistics page • Updated logic of control buttons in the popup • Updated login of reset button • Added donation button • Bug fixes 1.2.1 - • Bug fixes 1.2.0 - • Redesigned statistics chart • Ability to show overtimes on the chart • Fixes and performance improvements 1.1.0 - • Dark theme is here! It will be enabled automatically if you have the latest browser version and enabled dark theme in your OS 1.0.1 - • Ability to see the time for the current day in settings • Fix reset button behavior 1.0.0 - • New settings page • Statistic for current week • Redesign
확장 프로그램 기본 정보
이름 | Working time counter |
ID | lakpjellnlajgbedjhejhdbkmphhfolo |
공식 URL | https://chromewebstore.google.com/detail/working-time-counter/lakpjellnlajgbedjhejhdbkmphhfolo |
설명 | Simple working time counter |
파일 크기 | 600 KB |
설치 횟수 | 1,029 |
현재 버전 | 2.3.0 |
최근 업데이트 | 2022-08-16 |
출시 날짜 | 2019-10-06 |
평점 | 4.33/5 총 9 개의 평점 |
개발자 | https://aksionau.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.aksionau.com/projects/counter |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Working time counter", "description": "Simple working time counter", "version": "2.3.0", "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html", "default_title": "Timer" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage" ], "options_ui": { "page": "options.html", "open_in_tab": true } } |