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
官方網址 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"
            ]
        }
    ]
}