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 |
官方網址 | 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 |
電子郵箱 | [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" } } |