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.」です。
拡張機能のスクリーンショット
Simple Time Tracker拡張機能のCRXファイルをダウンロード
Simple Time Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } } |