Task tracker | Task timer
An offline task time keeper.
Co to jest Task tracker | Task timer?
Task tracker | Task timer to rozszerzenie Chrome opracowane przez Chito Borabien, a jego główną funkcją jest „An offline task time keeper.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Task tracker | Task timer
Pobierz pliki rozszerzeń Task tracker | Task timer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A simple way to keep track of time spent on tasks and projects.
Key Features:
- Record time using timer or manual entry.
- Reports: Project and daily summary
- Daily break time setting
- Charts: Daily summary displayed in stacked or grouped bar chart. Project summary shown in pie chart.
- Export data in CSV and text format.
- Delete data according to date range. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | foieejideloffcogfliehljobfocglfc |
| Oficjalny URL | https://chromewebstore.google.com/detail/task-tracker-task-timer/foieejideloffcogfliehljobfocglfc |
| Opis | An offline task time keeper. |
| Rozmiar pliku | 323 KB |
| Liczba instalacji | 2,365 |
| Aktualna Wersja | 1.0.17 |
| Ostatnia Aktualizacja | 2023-07-16 |
| Data Publikacji | 2020-05-26 |
| Ocena | 4.23/5 Łącznie 26 Oceny |
| Deweloper | Chito Borabien |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | de,en,en-GB,en-US,fr,hi,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "1.0.17",
"offline_enabled": true,
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"browser_action": {
"default_icon": {
"19": "img\/icon48.png",
"38": "img\/icon48.png"
},
"default_popup": "popup.html"
},
"web_accessible_resources": [
"img\/icon128.png"
]
} | |