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
Eメール [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"
            ]
        }
    ]
}