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开发的Chrome扩展程序,该扩展的主要功能是“Add 1,2,3 Keyboard Shortcuts to http://tomatoi.st”。

扩展截图

screenshot

下载Shortcut Keys for tomatoi.st Pomodoro App扩展crx文件

下载Shortcut Keys for tomatoi.st Pomodoro App扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}