Task tracker | Task timer
An offline task time keeper.
Task tracker | Task timerとは何ですか?
Task tracker | Task timerはChito Borabienによって開発されたChromeの拡張機能で、その主な機能は「An offline task time keeper.」です。
拡張機能のスクリーンショット
Task tracker | Task timer拡張機能のCRXファイルをダウンロード
Task tracker | Task timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | foieejideloffcogfliehljobfocglfc |
| 公式URL | https://chromewebstore.google.com/detail/task-tracker-task-timer/foieejideloffcogfliehljobfocglfc |
| 説明 | An offline task time keeper. |
| ファイルサイズ | 323 KB |
| インストール数 | 2,365 |
| 現在のバージョン | 1.0.17 |
| 最終更新日 | 2023-07-16 |
| 公開日 | 2020-05-26 |
| 評価 | 4.23/5 合計 26 レビュー |
| 開発者 | Chito Borabien |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
]
} | |