Simple Time Tracker

Start tracking it right now with Simple Time Tracker. No need any registration, permissions or unnecessary features.

Simple Time Tracker란 무엇입니까?

Simple Time Tracker은(는) PixelTürk Web Studio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Start tracking it right now with Simple Time Tracker. No need any registration, permissions or unnecessary features."입니다.

확장 프로그램 스크린샷

screenshot

Simple Time Tracker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        How much time spend on tasks? Start tracking it right now with Simple Time Tracker. Tired of complicated time tracking applications? No need any registration, permissions or unnecessary features. Add a task, start and stop the timer. And that's it 🎉

# CHANGELOG

## 2.3.0

- Fix reset tasks
- Added dynamic ordering and sort by option

## 2.2.0

- More compact view
- Improved default order by tasks

## 2.1.0

- Added Migration WebSQL to IndexedDB (Origin Trials for WebSQL) and will be removed v3. Up to Chrome 123 (ends with the rollout of next Chrome release), no later than 29 May 2024

## 2.0.0

- Switched to IndexedDB from WebSQL
- Add hourly rate field
- Add notes field
- Improved UI

## 1.0.3

- Added total time counter

## 1.0.2

- Fixed delete confirmations

## 1.0.1

- Added reset all feature
- Improved UI

## 1.0.0

- Initial version                    

확장 프로그램 기본 정보

이름 Simple Time Tracker Simple Time Tracker
ID ifdmgpcchapjlldljfegfdnojaieacmn
공식 URL https://chromewebstore.google.com/detail/simple-time-tracker/ifdmgpcchapjlldljfegfdnojaieacmn
설명 Start tracking it right now with Simple Time Tracker. No need any registration, permissions or unnecessary features.
파일 크기 67.7 KB
설치 횟수 6,518
현재 버전 2.3.0
최근 업데이트 2024-02-24
출시 날짜 2019-05-21
평점 4.22/5 총 36 개의 평점
개발자 PixelTürk Web Studio
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/afbora/SimpleTimeTracker
도움말 페이지 URL https://github.com/afbora/SimpleTimeTracker
지원되는 언어 en
manifest.json
{
    "name": "Simple Time Tracker",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Start tracking it right now with Simple Time Tracker. No need any registration, permissions or unnecessary features.",
    "version": "2.3.0",
    "manifest_version": 3,
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "128": "stt128x128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "Simple Time Tracker",
        "default_icon": "stt32x32.png",
        "default_popup": "popup.html"
    }
}