TODOs
Simple to do list in minimalist visual aesthetics
TODOs란 무엇입니까?
TODOs은(는) Adrian에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple to do list in minimalist visual aesthetics"입니다.
확장 프로그램 스크린샷
TODOs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
**We are in beta! Would appreciate a lot if you can message us for any thoughts/ suggestions.** Update 0.0.2: Improved layout and formatting. A simple to do list designed in minimalist visual aesthetics. Organize: Tasks can be grouped with bold colors so that they are quickly accessible, not drawing your attention away from the task at-hand. Declutter: A straightforward, no-bs approach to oragnizing your day-to-day tasks. All tasks are grouped into two folders: TODOs and DONEs. No excessive buttons and obscure features. Sync: Tasks are always synced across different devices, as long as the extension is linked with the same Google account. Manage your to do list anywhere, anytime.
확장 프로그램 기본 정보
이름 | TODOs |
ID | jgdooaneldcgnpiaaiajmkdhapdoghcg |
공식 URL | https://chromewebstore.google.com/detail/todos/jgdooaneldcgnpiaaiajmkdhapdoghcg |
설명 | Simple to do list in minimalist visual aesthetics |
파일 크기 | 11.33 KB |
설치 횟수 | 18 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2018-02-03 |
출시 날짜 | 2018-02-02 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Adrian |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TODOs", "description": "Simple to do list in minimalist visual aesthetics", "version": "0.0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "TODOs" }, "permissions": [ "activeTab", "storage" ], "web_accessible_resources": [ "styles\/contentscript.css", "SourceSansPro.ttf" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |