Today's Task

A simple extension that opens a new tab with a daily task to complete.

Today's Taskคืออะไร?

Today's Task เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sleeplessyogi และคุณลักษณะหลักของมันคือ "A simple extension that opens a new tab with a daily task to complete."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Today's Task

ดาวน์โหลดไฟล์ส่วนขยาย Today's Task ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        To-do lists do not work.

Reason? Our goal setting abilities are a lot enhanced than our goal completing environments. The conflict between this results in a tension between what we want to do and what we can do.

Enter Today's Task!

Today's Task chrome extension solves the very particular problem of this conflict. Today's Task will allow you to conquer more projects by focussing on one task per day.

Remember - less is more.

Today's Task aims to help users conquer more projects through a more focused approach.

🚀 Features:

✅ Today's Task
- This page will show you your Today's Task to complete
- A task will be randomly picked for you - but you can also shuffle task

✅ Task Chain
- Gamify your TODO tasks
- Everyday you complete a task the task chain will change the color and increment the counter
- This is to encourage you and keep you accountable

✅ Update Tasks
- Use this page to add your list of tasks or delete any tasks
- You can shuffle your Today's Task from this page too

✅ Shuffle Tasks:
- If you don't like today's task you can use "Shuffle" task to update today's task
- If you complete today's task and want to do more you can use this feature for it too

✅ Theme
- You can switch between light and dark theme

✅ Disable for 2 hours
- Use this option if you want to see normal chrome new tab instead of this extension
- This is especially handy when you don't want to show your tasks in meetings


Footnote: This app is aimed towards a very niche folks like me with ADHD who I think might find this app invaluable.


Update 1.2.0 release notes:
- Complete UI/UX redesign
- And a lot of bug fixes

Update 1.1.8 release notes:
- All tasks are now recurring - yay!
- Some minor bug fixes

Update 1.1.6 release notes:
- Had to remove sync on multiple devices support due to chrome storage limitations
- More storage space now available with local storage (unique data per device)

Update 1.1.4 release notes:
- You can now conveniently shuffle tasks directly from the Today Task page.
- In addition to marking today's tasks as done, you can now mark any task as completed and receive credit for your achievements.
- Export all your tasks and task-chain for your reference
- Various bug fixes                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Today's Task Today's Task
ID ghmmlbbhellogdiejchbppddlfmfdepj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/todays-task/ghmmlbbhellogdiejchbppddlfmfdepj
คำอธิบาย A simple extension that opens a new tab with a daily task to complete.
ขนาดไฟล์ 127 KB
จำนวนการติดตั้ง 123
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2024-01-18
วันที่เผยแพร่ 2022-12-24
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา sleeplessyogi
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.sleeplessyogi.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Today's Task",
    "version": "1.2.1",
    "description": "A simple extension that opens a new tab with a daily task to complete.",
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}