Shortcut Keys for tomatoi.st Pomodoro App

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

Cos'è Shortcut Keys for tomatoi.st Pomodoro App?

Shortcut Keys for tomatoi.st Pomodoro App è un'estensione di Chrome sviluppata da Raine, e la sua funzione principale è "Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Shortcut Keys for tomatoi.st Pomodoro App

Scarica i file di estensione Shortcut Keys for tomatoi.st Pomodoro App in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Shortcut Keys for tomatoi.st Pomodoro App Shortcut Keys for tomatoi.st Pomodoro App
ID lifpecdlabjocopgpgpgkakhkeeachpe
URL Ufficiale https://chrome.google.com/webstore/detail/shortcut-keys-for-tomatoi/lifpecdlabjocopgpgpgkakhkeeachpe
Descrizione Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st
Dimensione del File 37.42 KB
Conteggio Installazioni 52
Versione Corrente 1.0
Ultimo Aggiornamento 2012-08-14
Data di Pubblicazione 2012-08-14
Sviluppatore Raine
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}