Super Pomodoro Timer
The best Pomodoro timer there is
Super Pomodoro Timer란 무엇입니까?
Super Pomodoro Timer은(는) http://www.mycabinetofcuriosities.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best Pomodoro timer there is"입니다.
확장 프로그램 스크린샷
Super Pomodoro Timer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The best Pomodoro timer there is Listen, I know there's a lot of Pomodoro Timers out there, so why should you install this one? Here's three reasons: 1) Auto switch to long breaks every four pomodoros and a counter to see how many you've done. (Because those long breaks are important too!) 2) Lists for ideas for short and long breaks. (If an idea comes up during your work session, jot it down, forget about it and come back to it after. That cute cat video? It'll be there for you when it's break time.) 3) A log that you can export of your work, including the date, time and items worked on. (Great for seeing how your day went for that warm feeling of contentment at all that sweet, sweet productivity or for better planning tomorrow's attack plan.) That being said, feel free to suggest other functions you'd like to see in the future or problems that need to be fixed. I love constructive criticism, but do be kind. This is my first Chrome Extension, and I do it all for the warm fuzzies, not for the Benjamins.
확장 프로그램 기본 정보
이름 | |
ID | jcfdgbccjkljjalphemlfnaahmnfilaa |
공식 URL | https://chrome.google.com/webstore/detail/super-pomodoro-timer/jcfdgbccjkljjalphemlfnaahmnfilaa |
설명 | The best Pomodoro timer there is |
파일 크기 | 2.28 MB |
설치 횟수 | 105 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2018-11-05 |
출시 날짜 | 2018-11-05 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | http://www.mycabinetofcuriosities.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://www.mycabinetofcuriosities.com/privacy-policy/privacy-policy.txt |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'", "name": "Super Pomodoro Timer", "description": "The best Pomodoro timer there is", "version": "0.0.3", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "logo-small.png", "48": "logo-small.png", "128": "logo-small.png" }, "permissions": [ "storage" ] } |