TaskTodo — Manage your today tasks on new tab

Tasktodo is a chrome extension. Try our to-do list today and experience the power of productivity!

TaskTodo — Manage your today tasks on new tab란 무엇입니까?

TaskTodo — Manage your today tasks on new tab은(는) https://getdonelab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tasktodo is a chrome extension. Try our to-do list today and experience the power of productivity!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

TaskTodo — Manage your today tasks on new tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Get organized and stay productive with "TaskTodo" by Getdone - Lab, the simple todo app that opens on a new tab! With its easy-to-use interface, you can quickly add new tasks, set due dates and priorities, and mark tasks as complete with just a few clicks.

Our todo app is perfect for anyone looking to streamline their workflow and manage their tasks more efficiently. And with the convenience of opening on a new tab, you'll have your to-do list right at your fingertips whenever you need it.

So why wait? Try "TaskTodo" by Getdone - Lab today and start getting things done! Our Chrome extension is the ultimate tool for keeping your tasks organized and staying on top of your workload. Download it now and take the first step towards a more productive you!                    

확장 프로그램 기본 정보

이름 TaskTodo — Manage your today tasks on new tab TaskTodo — Manage your today tasks on new tab
ID gadlheicmgampaccdjjkcainknahdpna
공식 URL https://chromewebstore.google.com/detail/tasktodo-%E2%80%94-manage-your-to/gadlheicmgampaccdjjkcainknahdpna
설명 Tasktodo is a chrome extension. Try our to-do list today and experience the power of productivity!
파일 크기 165 KB
설치 횟수 46
현재 버전 1.3
최근 업데이트 2023-05-16
출시 날짜 2023-04-13
평점 5.00/5 총 5 개의 평점
개발자 https://getdonelab.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://getdonelab.com
도움말 페이지 URL https://getdonelab.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TaskTodo \u2014 Manage your today tasks on new tab",
    "description": "Tasktodo is a chrome extension. Try our to-do list today and experience the power of productivity!",
    "version": "1.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "16": "images\/icon-16.png"
    }
}