Todo Canvas Beta (Task Canvas)
Get things done
Todo Canvas Beta (Task Canvas)란 무엇입니까?
Todo Canvas Beta (Task Canvas)은(는) canvuus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get things done"입니다.
확장 프로그램 스크린샷
Todo Canvas Beta (Task Canvas) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Task management canvas. Not your grandfather's to do list app. Task Canvas lets you manage your to do items using an intuitive visual canvas interface, based on the importance and urgency of each task. * Note: This app is work in progress. Feedback is greatly appreciated. * Important: Before upgrading to a newer version, please "export" your data from the Settings page. Upgrading the extension will clean up the old data.
확장 프로그램 기본 정보
이름 | Todo Canvas Beta (Task Canvas) |
ID | dhbflaomjifpoiiknfeeococojliljfd |
공식 URL | https://chromewebstore.google.com/detail/todo-canvas-beta-task-can/dhbflaomjifpoiiknfeeococojliljfd |
설명 | Get things done |
파일 크기 | 2.08 MB |
설치 횟수 | 51 |
현재 버전 | 0.2.0 |
최근 업데이트 | 2017-04-28 |
출시 날짜 | 2017-04-28 |
개발자 | canvuus |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.todocanvas.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Todo Canvas Beta (Task Canvas)", "short_name": "Task Canvas", "version": "0.2.0", "description": "Get things done", "homepage_url": "http:\/\/mvp6.todocanvas.com\/", "offline_enabled": true, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/chromereload.js", "scripts\/background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "http:\/\/*.todocanvas.com\/*", "notifications", "background", "storage" ], "browser_action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png" }, "default_title": "Task Canvas", "default_popup": "loading.html" }, "web_accessible_resources": [ "images\/icon-48.png" ] } |