Tiny Tasks: a modern to-do list app
Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day.
Tiny Tasks: a modern to-do list appとは何ですか?
Tiny Tasks: a modern to-do list appはhttps://tinylabs.ccによって開発されたChromeの拡張機能で、その主な機能は「Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day.」です。
拡張機能のスクリーンショット
Tiny Tasks: a modern to-do list app拡張機能のCRXファイルをダウンロード
Tiny Tasks: a modern to-do list app拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Laundry lists can be overwhelming, so the main purpose of Tiny Tasks is to help you manage your day's tasks, one task at a time. ⚡️ FAST 🏃♀️ LIGHTWEIGHT ✌️ MODERN ✅ FEATURES 🎯 Focus mode 🖍️ Priority levels ♻️ Repeatable tasks 🗓️ Completed tasks by date 😶🌫️ Show/hide completed tasks 🌌 Dark mode 📆 Today's date 🗂️ Export tasks 🔗 Links 📮 You can request features by sending an email to [email protected] ☕️ You can support the extension development at https://www.buymeacoffee.com/tinylabs
拡張機能の基本情報
名前 | Tiny Tasks: a modern to-do list app |
ID | lffhhelhehdcodfahohelkbfmaneiglg |
公式URL | https://chromewebstore.google.com/detail/tiny-tasks-a-modern-to-do/lffhhelhehdcodfahohelkbfmaneiglg |
説明 | Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day. |
ファイルサイズ | 105 KB |
インストール数 | 244 |
現在のバージョン | 1.13.3 |
最終更新日 | 2023-11-29 |
公開日 | 2023-05-08 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | https://tinylabs.cc |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.tinylabs.cc |
ヘルプページのURL | https://www.buymeacoffee.com/tinylabs |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tiny Tasks: a modern to-do list app", "version": "1.13.3", "description": "Tiny Tasks is a simple and fast to-do extension to help you stay organized for the day.", "offline_enabled": true, "short_name": "Tiny Tasks", "manifest_version": 3, "permissions": [ "storage", "alarms", "contextMenus", "notifications" ], "icons": { "16": "task.png", "48": "task.png", "128": "task.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": "task.png", "default_popup": "index.html" } } |