Shortcut Keys for tomatoi.st Pomodoro App
Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st
What is Shortcut Keys for tomatoi.st Pomodoro App?
Shortcut Keys for tomatoi.st Pomodoro App is a Chrome extension developed by Raine, and its main feature is "Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st".
Extension Screenshots
Download Shortcut Keys for tomatoi.st Pomodoro App Extension CRX File
Download Shortcut Keys for tomatoi.st Pomodoro App extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 ^_^
Extension Basic Information
Name | |
ID | lifpecdlabjocopgpgpgkakhkeeachpe |
Official URL | https://chrome.google.com/webstore/detail/shortcut-keys-for-tomatoi/lifpecdlabjocopgpgpgkakhkeeachpe |
Description | Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st |
File Size | 37.42 KB |
Installation Count | 52 |
Current Version | 1.0 |
Last Updated | 2012-08-14 |
Publish Date | 2012-08-14 |
Developer | Raine |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |