Bucket List
Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work.
Bucket List란 무엇입니까?
Bucket List은(는) rrsk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work."입니다.
확장 프로그램 스크린샷
Bucket List 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
We all need motivation to do stuff and get ourselves going, but every time we loose our focus.To help you maintain your priorities this extension allows you save your task/ideas in to-do list while maintaining it across your chrome devices through google account sync automatically. To keep a measure of time a life clock is added as a new tab page with all your list.I hope that you enjoy it and wait for your feedback.
확장 프로그램 기본 정보
이름 | Bucket List |
ID | aeejakgneejppfanncfdigobboabaoci |
공식 URL | https://chromewebstore.google.com/detail/bucket-list/aeejakgneejppfanncfdigobboabaoci |
설명 | Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work. |
파일 크기 | 308 KB |
설치 횟수 | 83 |
현재 버전 | 1.1 |
최근 업데이트 | 2017-10-04 |
출시 날짜 | 2017-10-04 |
평점 | 4.33/5 총 3 개의 평점 |
개발자 | rrsk |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bucket List", "description": "Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work.", "version": "1.1", "manifest_version": 2, "permissions": [ "storage", "tabs" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": "bucketlist.png", "default_title": "Bucket List", "default_popup": "popup.html" } } |