Shortcut Keys for tomatoi.st Pomodoro App

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

Shortcut Keys for tomatoi.st Pomodoro App क्या है?

Shortcut Keys for tomatoi.st Pomodoro App Raine द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Shortcut Keys for tomatoi.st Pomodoro App एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Shortcut Keys for tomatoi.st Pomodoro App Shortcut Keys for tomatoi.st Pomodoro App
ID lifpecdlabjocopgpgpgkakhkeeachpe
आधिकारिक URL https://chrome.google.com/webstore/detail/shortcut-keys-for-tomatoi/lifpecdlabjocopgpgpgkakhkeeachpe
विवरण Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st
फ़ाइल का आकार 37.42 KB
स्थापना संख्या 52
वर्तमान संस्करण 1.0
अंतिम अपडेट 2012-08-14
प्रकाशन तिथि 2012-08-14
डेवलपर Raine
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}