Timebox++
Master your time the visual way!
Timebox++란 무엇입니까?
Timebox++은(는) Peta Sittek에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Master your time the visual way!"입니다.
확장 프로그램 스크린샷
Timebox++ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Timebox++ is based on the idea of timeboxing, i.e. allocating a fixed time period to each planned activity. The point is to prevent pitfalls of Parkinson's law: "work expands so as to fill the time available for its completion", i.e. it's a good idea to set a time limit on any task you're trying to accomplish. It's a minimalist timer with only one button - Start/Stop. All you need to get work done. 🚀 Ideal workflow ⭐️ Choose the task ⭐️ Set a time limit ⭐️ Press the Start button ⭐️ Grind! ⭐️ Done :) 🚀 Eye candy features ⭐️ 2 visual styles - sequential and random ⭐️ 32 color variants Completely free and with no ads Made with ♥ by Peta Sittek
확장 프로그램 기본 정보
이름 | Timebox++ |
ID | cbgpbhpefmeholmeodlhaalbcjgbafjd |
공식 URL | https://chromewebstore.google.com/detail/timebox++/cbgpbhpefmeholmeodlhaalbcjgbafjd |
설명 | Master your time the visual way! |
파일 크기 | 112 KB |
설치 횟수 | 2,747 |
현재 버전 | 1.2.4 |
최근 업데이트 | 2017-07-25 |
출시 날짜 | 2017-07-25 |
평점 | 4.14/5 총 21 개의 평점 |
개발자 | Peta Sittek |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.petasittek.com/chrome-extensions-privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timebox++", "description": "Master your time the visual way!", "version": "1.2.4", "offline_enabled": true, "icons": { "16": "icon\/icon-16.png", "32": "icon\/icon-32.png", "48": "icon\/icon-48.png", "128": "icon\/icon-128.png" }, "browser_action": { "default_icon": { "19": "icon\/icon-19.png", "38": "icon\/icon-38.png" }, "default_popup": "popup.html", "default_title": "Timebox++" }, "background": { "scripts": [ "js\/config.js", "js\/fn.js", "js\/storage-local.js", "background.js" ] }, "permissions": [ "storage", "unlimitedStorage", "notifications" ] } |