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 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
}
} | |