To do list - Keep it simple

Just a simple to do list extension with a simple design.

To do list - Keep it simple란 무엇입니까?

To do list - Keep it simple은(는) yohan.quinquis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just a simple to do list extension with a simple design."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

To do list - Keep it simple 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With Keep it simple, organize your tasks in no time !

This Chrome application allows you to efficiently manage your daily tasks. With an intuitive and easy-to-use interface, you can quickly add and remove tasks at any time, without wasting time switching between applications. 

With online synchronisation, your tasks are accessible on all your devices, whether you're at your desk or on the move. Make every minute count with our task management extension.                    

확장 프로그램 기본 정보

이름 To do list - Keep it simple To do list - Keep it simple
ID dhbalflkcneafhdchlphigpflfddfalk
공식 URL https://chromewebstore.google.com/detail/to-do-list-keep-it-simple/dhbalflkcneafhdchlphigpflfddfalk
설명 Just a simple to do list extension with a simple design.
파일 크기 1.55 MB
설치 횟수 204
현재 버전 1.3
최근 업데이트 2023-11-17
출시 날짜 2023-02-21
평점 5.00/5 총 10 개의 평점
개발자 yohan.quinquis
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "To do list - Keep it simple",
    "description": "Just a simple to do list extension with a simple design.",
    "version": "1.3",
    "manifest_version": 3,
    "icons": {
        "256": "image\/logo.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "256": "image\/logo.png"
        }
    },
    "options_page": "index.html",
    "permissions": [
        "storage"
    ]
}