TaskTodo — Manage your today tasks on new tab
Tasktodo is a chrome extension. Try our to-do list today and experience the power of productivity!
TaskTodo — Manage your today tasks on new tabとは何ですか?
TaskTodo — Manage your today tasks on new tabはhttps://getdonelab.comによって開発されたChromeの拡張機能で、その主な機能は「Tasktodo is a chrome extension. Try our to-do list today and experience the power of productivity!」です。
拡張機能のスクリーンショット
TaskTodo — Manage your today tasks on new tab拡張機能のCRXファイルをダウンロード
TaskTodo — Manage your today tasks on new tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get organized and stay productive with "TaskTodo" by Getdone - Lab, the simple todo app that opens on a new tab! With its easy-to-use interface, you can quickly add new tasks, set due dates and priorities, and mark tasks as complete with just a few clicks. Our todo app is perfect for anyone looking to streamline their workflow and manage their tasks more efficiently. And with the convenience of opening on a new tab, you'll have your to-do list right at your fingertips whenever you need it. So why wait? Try "TaskTodo" by Getdone - Lab today and start getting things done! Our Chrome extension is the ultimate tool for keeping your tasks organized and staying on top of your workload. Download it now and take the first step towards a more productive you!
拡張機能の基本情報
名前 | TaskTodo — Manage your today tasks on new tab |
ID | gadlheicmgampaccdjjkcainknahdpna |
公式URL | https://chromewebstore.google.com/detail/tasktodo-%E2%80%94-manage-your-to/gadlheicmgampaccdjjkcainknahdpna |
説明 | Tasktodo is a chrome extension. Try our to-do list today and experience the power of productivity! |
ファイルサイズ | 165 KB |
インストール数 | 46 |
現在のバージョン | 1.3 |
最終更新日 | 2023-05-16 |
公開日 | 2023-04-13 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | https://getdonelab.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://getdonelab.com |
ヘルプページのURL | https://getdonelab.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TaskTodo \u2014 Manage your today tasks on new tab", "description": "Tasktodo is a chrome extension. Try our to-do list today and experience the power of productivity!", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "\/js\/background.js" }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "16": "images\/icon-16.png" } } |