Shortcut Keys for tomatoi.st Pomodoro App
Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st
Shortcut Keys for tomatoi.st Pomodoro App란 무엇입니까?
Shortcut Keys for tomatoi.st Pomodoro App은(는) Raine에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st"입니다.
확장 프로그램 스크린샷
Shortcut Keys for tomatoi.st Pomodoro App 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds the following keyboard shortcuts to http://tomatoi.st: Press '1': Start a new Pomodoro Press '2': Start a short break Press '3': Start a long break That's it! 270 bytes of goodness ^_^
확장 프로그램 기본 정보
이름 | |
ID | lifpecdlabjocopgpgpgkakhkeeachpe |
공식 URL | https://chrome.google.com/webstore/detail/shortcut-keys-for-tomatoi/lifpecdlabjocopgpgpgkakhkeeachpe |
설명 | Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st |
파일 크기 | 37.42 KB |
설치 횟수 | 52 |
현재 버전 | 1.0 |
최근 업데이트 | 2012-08-14 |
출시 날짜 | 2012-08-14 |
개발자 | Raine |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shortcut Keys for tomatoi.st Pomodoro App", "version": "1.0", "manifest_version": 2, "description": "Add 1,2,3 Keyboard Shortcuts to http:\/\/tomatoi.st", "content_scripts": [ { "matches": [ "http:\/\/tomatoi.st\/*" ], "js": [ "jquery-1.7.2.min.js", "jquery.hotkeys.js", "main.js" ] } ] } |