Simple Time Tracker

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

Cos'è Simple Time Tracker?

Simple Time Tracker è un'estensione di Chrome sviluppata da PixelTürk Web Studio, e la sua funzione principale è "Start tracking it right now with Simple Time Tracker. No need any registration, permissions or unnecessary features.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Simple Time Tracker

Scarica i file di estensione Simple Time Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Simple Time Tracker Simple Time Tracker
ID ifdmgpcchapjlldljfegfdnojaieacmn
URL Ufficiale https://chromewebstore.google.com/detail/simple-time-tracker/ifdmgpcchapjlldljfegfdnojaieacmn
Descrizione Start tracking it right now with Simple Time Tracker. No need any registration, permissions or unnecessary features.
Dimensione del File 67.7 KB
Conteggio Installazioni 6,518
Versione Corrente 2.3.0
Ultimo Aggiornamento 2024-02-24
Data di Pubblicazione 2019-05-21
Valutazione 4.22/5 Totale 36 Valutazioni
Sviluppatore PixelTürk Web Studio
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/afbora/SimpleTimeTracker
URL della Pagina di Aiuto https://github.com/afbora/SimpleTimeTracker
Lingue Supportate 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"
    }
}