Timeboxx
Set small achievable timeboxes with timeboxx to boost your productivity through the day.
Timeboxx란 무엇입니까?
Timeboxx은(는) William Clear에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set small achievable timeboxes with timeboxx to boost your productivity through the day."입니다.
확장 프로그램 스크린샷
Timeboxx 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Increase productivity by timeboxing your time over the day. Create a timeboxx using the timeboxx extension button and giving it a duration. A notification will pop up when the timeboxx is completed. The big timer will take up as much of the screen as possible so you can keep track of your time from across a room! For example, timeboxx is helpful in situations when you would like to: - focus on learning a language for an hour - focus on a half hour workout - give yourself 20 minutes to enjoy some funny videos
확장 프로그램 기본 정보
이름 | Timeboxx |
ID | mmjmallnpgpeojdippodjpcmnlpilfnj |
공식 URL | https://chromewebstore.google.com/detail/timeboxx/mmjmallnpgpeojdippodjpcmnlpilfnj |
설명 | Set small achievable timeboxes with timeboxx to boost your productivity through the day. |
파일 크기 | 50.71 KB |
설치 횟수 | 60 |
현재 버전 | 1.3.2 |
최근 업데이트 | 2014-01-25 |
출시 날짜 | 2014-01-25 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | William Clear |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timeboxx", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Set small achievable timeboxes with timeboxx to boost your productivity through the day.", "version": "1.3.2", "author": "wclear", "minimum_chrome_version": "28", "permissions": [ "http:\/\/fonts.googleapis.com\/", "storage", "alarms", "notifications" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery-1.10.2.min.js", "timeboxxcore.js", "eventPage.js" ], "persistent": false } } |