To-do List
A simple to-do list. Time management. To-do list.To-do list.To-do list.To-do list.
To-do List란 무엇입니까?
To-do List은(는) http://to-do.meteor.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple to-do list. Time management. To-do list.To-do list.To-do list.To-do list."입니다.
확장 프로그램 스크린샷
To-do List 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Keep an easy-to-use to-do list located on the corner of your Chrome browser. *Time management Tool. *To-do List. *Features: 1. Display tasks within one week (7 days) with one click; 2. Optional desktop notifications; 3. Cross out tasks that have been completed; 4. Set and check tasks for any future date; 5. Sync to your Chrome account if you are signed in; *IMPORTANT: Please sign in your Chrome to sync your data to your Google account. All data will only be sync to your Google account. Update Log: Ver 1.1.3: Added desktop notifications. Ver 1.1.4: Enriched user interface with multiple background images. Ver 1.1.5: UI refined. Ver 1.1.6: UI refined. Ver 1.1.7: UI refined: table. Ver 1.1.8: Handle timer reset when extension updated. Ver 1.1.9: Automatic start timer when background page loads. Ver 1.1.10: Cancel background image resetting when updated.
확장 프로그램 기본 정보
이름 | |
ID | ejogpdnbcfngddnlclioajehendkmmik |
공식 URL | https://chrome.google.com/webstore/detail/to-do-list/ejogpdnbcfngddnlclioajehendkmmik |
설명 | A simple to-do list. Time management. To-do list.To-do list.To-do list.To-do list. |
파일 크기 | 1.43 MB |
설치 횟수 | 95 |
현재 버전 | 1.1.10 |
최근 업데이트 | 2013-04-24 |
출시 날짜 | 2013-04-24 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | http://to-do.meteor.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "browser_action": { "default_icon": "time.png", "default_popup": "popup.html", "default_title": "Do It Now!" }, "web_accessible_resources": [ "time48.png" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A simple to-do list. Time management. To-do list.To-do list.To-do list.To-do list.", "background": { "page": "background.html", "script": [ "background.js" ] }, "name": "To-do List", "permissions": [ "storage", "notifications", "background" ], "icons": { "48": "time.png", "128": "time.png", "16": "time.png" }, "manifest_version": 2, "version": "1.1.10" } |