To-Do List

A simple to-do list Chrome extension.

To-Do List란 무엇입니까?

To-Do List은(는) cytsai11.tw에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple to-do list Chrome extension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

To-Do List 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Looking for a way to stay organized and on top of your daily tasks? Look no further than our new Chrome extension that helps you manage your to-do list with ease and efficiency.

With just a few clicks, you can create, organize, and prioritize your tasks for the day, week, or even the month ahead. Our sleek and user-friendly interface allows you to easily add new tasks, edit existing ones, and mark them as complete.

But that's not all, our intuitive drag-and-drop functionality makes it easy to rearrange tasks and prioritize them according to their importance and deadline.

With our to-do list Chrome extension, you can finally say goodbye to sticky notes, forgotten tasks, and missed deadlines. Whether you're a busy professional, a student, or a busy parent juggling multiple responsibilities, our extension is the perfect solution for staying on top of your to-do list and achieving your goals.

So why wait? Download our to-do list Chrome extension today and start managing your tasks like a pro!                    

확장 프로그램 기본 정보

이름 To-Do List To-Do List
ID hpmeoagnhdfkembdbohmefnohdfffacp
공식 URL https://chromewebstore.google.com/detail/to-do-list/hpmeoagnhdfkembdbohmefnohdfffacp
설명 A simple to-do list Chrome extension.
파일 크기 102 KB
설치 횟수 257
현재 버전 1.0
최근 업데이트 2023-03-30
출시 날짜 2023-03-30
평점 4.86/5 총 7 개의 평점
개발자 cytsai11.tw
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "To-Do List",
    "version": "1.0",
    "description": "A simple to-do list Chrome extension.",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "To-Do List"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "icon.png"
    }
}