BCA Todo List

Overrides the new tab page and adds a todo list.

BCA Todo List란 무엇입니까?

BCA Todo List은(는) alexkato29에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Overrides the new tab page and adds a todo list."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

BCA Todo List 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Developed by Ross Newman & Alex Kato.  To add a new item to the list, simply click the icon in the header of the todo list.  Then you can proceed to add a new todo or category.  To edit an existing todo or category, hover over the item in the list and click the yellow edit icon that appears to the left of the list item.  Then proceed to type in the revised info in the new box.  To change the color scheme of the page, simply click the settings button in the upper right and select which color you'd like from the dropdown menu.  Design idea goes to Colt Steele.                    

확장 프로그램 기본 정보

이름 BCA Todo List BCA Todo List
ID ijljgcehmheebfklnkejpmaignkalfha
공식 URL https://chromewebstore.google.com/detail/bca-todo-list/ijljgcehmheebfklnkejpmaignkalfha
설명 Overrides the new tab page and adds a todo list.
파일 크기 90.54 KB
설치 횟수 12
현재 버전 1.2.2
최근 업데이트 2017-05-03
출시 날짜 2017-05-03
평점 4.57/5 총 7 개의 평점
개발자 alexkato29
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BCA Todo List",
    "description": "Overrides the new tab page and adds a todo list.",
    "version": "1.2.2",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "todo.html"
    },
    "manifest_version": 2
}