Shortcut Keys for tomatoi.st Pomodoro App

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

Vad är Shortcut Keys for tomatoi.st Pomodoro App?

Shortcut Keys for tomatoi.st Pomodoro App är en Chrome-tillägg utvecklad av Raine, och dess huvudfunktion är "Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st".

Tilläggsskärmbilder

screenshot

Ladda ner Shortcut Keys for tomatoi.st Pomodoro App-förlängningens CRX-fil

Ladda ner Shortcut Keys for tomatoi.st Pomodoro App-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Shortcut Keys for tomatoi.st Pomodoro App Shortcut Keys for tomatoi.st Pomodoro App
ID lifpecdlabjocopgpgpgkakhkeeachpe
Officiell webbadress https://chrome.google.com/webstore/detail/shortcut-keys-for-tomatoi/lifpecdlabjocopgpgpgkakhkeeachpe
Beskrivning Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st
Filstorlek 37.42 KB
Antal Installationer 52
Aktuell Version 1.0
Senast Uppdaterad 2012-08-14
Publiceringsdatum 2012-08-14
Utvecklare Raine
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}