Shortcut Keys for tomatoi.st Pomodoro App

Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st

Wat is Shortcut Keys for tomatoi.st Pomodoro App?

Shortcut Keys for tomatoi.st Pomodoro App is een Chrome-extensie ontwikkeld door Raine, en de belangrijkste functie is "Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Shortcut Keys for tomatoi.st Pomodoro App

Download Shortcut Keys for tomatoi.st Pomodoro App-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 ^_^                    

Basisinformatie over de Extensie

Naam Shortcut Keys for tomatoi.st Pomodoro App Shortcut Keys for tomatoi.st Pomodoro App
ID lifpecdlabjocopgpgpgkakhkeeachpe
Officiële URL https://chrome.google.com/webstore/detail/shortcut-keys-for-tomatoi/lifpecdlabjocopgpgpgkakhkeeachpe
Beschrijving Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st
Bestandsgrootte 37.42 KB
Aantal Installaties 52
Huidige Versie 1.0
Laatst Bijgewerkt 2012-08-14
Publicatiedatum 2012-08-14
Ontwikkelaar Raine
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}