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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |