Alto: Life Progress Bar with Goals and Tasks
Alto Planner helps you keep track of what you want to accomplish with your life, without losing track of your life!
Alto: Life Progress Bar with Goals and Tasks란 무엇입니까?
Alto: Life Progress Bar with Goals and Tasks은(는) http://altoplanner.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Alto Planner helps you keep track of what you want to accomplish with your life, without losing track of your life!"입니다.
확장 프로그램 스크린샷
Alto: Life Progress Bar with Goals and Tasks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Alto Planner replaces your empty new tab with a personal dashboard that shows you progress bars for life, year, month, week and day. You can add goals and tasks to each one of them, and keep an eye on your big picture, while working on your daily tasks.
확장 프로그램 기본 정보
이름 | |
ID | kaboheocifofdabghobpdjnnjmhhfkpa |
공식 URL | https://chrome.google.com/webstore/detail/kaboheocifofdabghobpdjnnjmhhfkpa |
설명 | Alto Planner helps you keep track of what you want to accomplish with your life, without losing track of your life! |
파일 크기 | 13.77 KB |
설치 횟수 | 146 |
현재 버전 | 0.0.9 |
최근 업데이트 | 2019-05-30 |
출시 날짜 | 2019-05-29 |
평점 | 4.43/5 총 7 개의 평점 |
개발자 | http://altoplanner.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://altoplanner.com/index |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alto: Life Progress Bar with Goals and Tasks", "version": "0.0.9", "manifest_version": 2, "description": "Alto Planner helps you keep track of what you want to accomplish with your life, without losing track of your life!", "homepage_url": "https:\/\/altoplanner.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "activeTab", "https:\/\/altoplanner.com\/" ] } |