Talking tomato

Talking tomato

Talking tomatoとは何ですか?

Talking tomatoはMichaelによって開発されたChromeの拡張機能で、その主な機能は「Talking tomato」です。

拡張機能のスクリーンショット

screenshot

Talking tomato拡張機能のCRXファイルをダウンロード

Talking tomato拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        It reminds you the remaining time by speaking to you, so that you don't have to check it all the time.

"Game begins!"
"20 minutes left"
"15 minutes left"
"10 minutes left"
"5 minutes left"
"1 minutes left"
"30 seconds"
"10 seconds"
"5 seconds"
"Game over!"

You get the idea.

PS. This is an open source extension.  Bug reports or PRs are welcome. Please visit https://github.com/zjlovezj/pomodoro-sound                    

拡張機能の基本情報

名前 Talking tomato Talking tomato
ID jnncibpplkdogfncechmdakddjbekolf
公式URL https://chromewebstore.google.com/detail/talking-tomato/jnncibpplkdogfncechmdakddjbekolf
説明 Talking tomato
ファイルサイズ 180 KB
インストール数 110
現在のバージョン 0.0.9
最終更新日 2017-01-26
公開日 2017-01-26
評価 5.00/5 合計 2 レビュー
開発者 Michael
支払い方法 free
ヘルプページのURL https://github.com/zjlovezj/pomodoro-sound/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.9",
    "name": "Talking tomato",
    "manifest_version": 2,
    "description": "Talking tomato",
    "browser_action": {
        "default_title": "Tomato",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        "inject.html"
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;"
}