Todo and Task Manager

Easily manage your tasks and todo items via toolbar popup.

Todo and Task Managerคืออะไร?

Todo and Task Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Karl และคุณลักษณะหลักของมันคือ "Easily manage your tasks and todo items via toolbar popup."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Todo and Task Manager

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

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

                        Todo and Task Manager is an extension to let you manage your tasks and to-do lists.

Just open toolbar popup and click on the big plus (+) button to add a new task. In the new UI, you can set title at the top, then, adjust the due date. Due date has 4 predefined shortcuts (today, tomorrow, next week, in 1 month). If you want to set a different date, simply adjust it through the date field.

Next section is for Time settings. Set a desired time for the current task, you can adjust the time with keyboard. Next, you can set project title for the current task. Default title is - no project - item. Priority is the next setting, remember to adjust a desired priority for the current task. If you want a reminder to be shown when a task is due, please enable the reminder button. At the end, you can add a comment for each task. This comment will be shown when the reminder is triggered (shown on the screen as a popup). Press confirm button to save the new task when all adjustments are done.

Please read the FAQ page (http://eccorem.com/apps/todo-task-manager.html) for this addon to get more info on how to work with this addon.                    

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

ชื่อ Todo and Task Manager Todo and Task Manager
ID pnbmhdbnokklnmflaaonphibpncdoaim
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/todo-and-task-manager/pnbmhdbnokklnmflaaonphibpncdoaim
คำอธิบาย Easily manage your tasks and todo items via toolbar popup.
ขนาดไฟล์ 1.43 MB
จำนวนการติดตั้ง 123
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2018-05-22
วันที่เผยแพร่ 2018-05-22
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Karl
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://eccorem.com/apps/todo-task-manager.html
URL หน้าช่วยเหลือ http://eccorem.com/apps/todo-task-manager.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "short_name": "todo-task-manager",
    "name": "__MSG_chrome_extension_name__",
    "description": "__MSG_chrome_extension_description__",
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "homepage_url": "http:\/\/eccorem.com\/apps\/todo-task-manager.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "__MSG_browser_action_title__",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "24": "data\/icons\/24.png",
        "32": "data\/icons\/32.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}