To-Do List.

A Simple To-Do List New-tab Page for Multitaskers

To-Do List.란 무엇입니까?

To-Do List.은(는) https://alexmadrzyk.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Simple To-Do List New-tab Page for Multitaskers"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Do you ever feel like you have too many things to do, but have convenient way of organizing your tasks? 

This chrome extension gives you a high-visibility to-do list that lets you organize your pending tasks in an organized manner. The background colors and header titles are also editable to your liking!

UPDATE v1.0.4: Added draggable categories, fixed log errors (still working on saving category positions)
UPDATE v1.0.3: Fixed scaling issues
UPDATE v1.0.2: Minor bug fix
UPDATE v1.0.1: Added checkbox for short shadow styling                    

확장 프로그램 기본 정보

이름 To-Do List. To-Do List.
ID lfjmacfbhcmehhkkbfokbghabkiobjpb
공식 URL https://chromewebstore.google.com/detail/to-do-list/lfjmacfbhcmehhkkbfokbghabkiobjpb
설명 A Simple To-Do List New-tab Page for Multitaskers
파일 크기 485 KB
설치 횟수 347
현재 버전 1.0.4
최근 업데이트 2017-03-21
출시 날짜 2017-03-21
평점 4.33/5 총 6 개의 평점
개발자 https://alexmadrzyk.me
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "To-Do List.",
    "description": "A Simple To-Do List New-tab Page for Multitaskers",
    "version": "1.0.4",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "assets\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/decoy.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon_128.png"
    }
}