Talking tomato
Talking tomato
什么是Talking tomato?
Talking tomato是由Michael开发的Chrome扩展程序,该扩展的主要功能是“Talking tomato”。
扩展截图
下载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 |
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:;" } |