Simple Time Tracker

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

Simple Time Tracker là gì?

Simple Time Tracker là một tiện ích mở rộng Chrome được phát triển bởi PixelTürk Web Studio, và tính năng chính của nó là "Start tracking it right now with Simple Time Tracker. No need any registration, permissions or unnecessary features.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simple Time Tracker

Tải xuống các tệp mở rộng Simple Time Tracker 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

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simple Time Tracker Simple Time Tracker
ID ifdmgpcchapjlldljfegfdnojaieacmn
URL Chính Thức https://chromewebstore.google.com/detail/simple-time-tracker/ifdmgpcchapjlldljfegfdnojaieacmn
Mô tả Start tracking it right now with Simple Time Tracker. No need any registration, permissions or unnecessary features.
Kích Thước Tệp 67.7 KB
Số Lần Cài Đặt 6,518
Phiên Bản Hiện Tại 2.3.0
Cập Nhật Lần Cuối 2024-02-24
Ngày Phát Hành 2019-05-21
Đánh Giá 4.22/5 Tổng số 36 Đánh Giá
Nhà Phát Triển PixelTürk Web Studio
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/afbora/SimpleTimeTracker
URL Trang Trợ Giúp https://github.com/afbora/SimpleTimeTracker
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}