Talking tomato
Talking tomato
What is Talking tomato?
Talking tomato is a Chrome extension developed by Michael, and its main feature is "Talking tomato".
Extension Screenshots
Download Talking tomato Extension CRX File
Download Talking tomato extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Talking tomato |
ID | jnncibpplkdogfncechmdakddjbekolf |
Official URL | https://chromewebstore.google.com/detail/talking-tomato/jnncibpplkdogfncechmdakddjbekolf |
Description | Talking tomato |
File Size | 180 KB |
Installation Count | 110 |
Current Version | 0.0.9 |
Last Updated | 2017-01-26 |
Publish Date | 2017-01-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Michael |
Payment Type | free |
Help Page URL | https://github.com/zjlovezj/pomodoro-sound/issues |
Supported Languages | 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:;" } |