Shortcut Keys for tomatoi.st Pomodoro App
Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st
O que é Shortcut Keys for tomatoi.st Pomodoro App?
Shortcut Keys for tomatoi.st Pomodoro App é uma extensão do Chrome desenvolvida por Raine, e sua principal característica é "Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Shortcut Keys for tomatoi.st Pomodoro App
Baixe arquivos de extensão Shortcut Keys for tomatoi.st Pomodoro App no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 ^_^
Informações Básicas da Extensão
Nome | |
ID | lifpecdlabjocopgpgpgkakhkeeachpe |
URL Oficial | https://chrome.google.com/webstore/detail/shortcut-keys-for-tomatoi/lifpecdlabjocopgpgpgkakhkeeachpe |
Descrição | Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st |
Tamanho do Arquivo | 37.42 KB |
Contagem de Instalações | 52 |
Versão Atual | 1.0 |
Última Atualização | 2012-08-14 |
Data de Publicação | 2012-08-14 |
Desenvolvedor | Raine |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |