Shortcut Keys for tomatoi.st Pomodoro App
Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st
Was ist Shortcut Keys for tomatoi.st Pomodoro App?
Shortcut Keys for tomatoi.st Pomodoro App ist eine Chrome-Erweiterung, die von Raine entwickelt wurde, und ihr Hauptmerkmal ist "Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st".
Erweiterungsscreenshots
Shortcut Keys for tomatoi.st Pomodoro App-Erweiterungs-CRX-Datei herunterladen
Laden Sie Shortcut Keys for tomatoi.st Pomodoro App-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 ^_^
Grundlegende Informationen zur Erweiterung
Name | |
ID | lifpecdlabjocopgpgpgkakhkeeachpe |
Offizielle URL | https://chrome.google.com/webstore/detail/shortcut-keys-for-tomatoi/lifpecdlabjocopgpgpgkakhkeeachpe |
Beschreibung | Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st |
Dateigröße | 37.42 KB |
Installationsanzahl | 52 |
Aktuelle Version | 1.0 |
Letztes Update | 2012-08-14 |
Veröffentlichungsdatum | 2012-08-14 |
Entwickler | Raine |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |