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 |
| 官方網址 | 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"
}
} | |