Tomighty
Web timer for pomodoro technique users
什么是Tomighty?
Tomighty是由Murilo Kunze开发的Chrome扩展程序,该扩展的主要功能是“Web timer for pomodoro technique users”。
扩展截图
下载Tomighty扩展crx文件
下载Tomighty扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Pomodoro Technique® is a way to get the most out of time management.
This extension is based on Tomighty desktop timer created by Célio Cidral Junior.
http://www.tomighty.org/ 扩展基本信息
| 名称 | |
| ID | peehjcejinjjiphdhbhibpphdhkifddk |
| 官方URL | https://chromewebstore.google.com/detail/tomighty/peehjcejinjjiphdhbhibpphdhkifddk |
| 简介 | Web timer for pomodoro technique users |
| 文件大小 | 133 KB |
| 安装次数 | 2,702 |
| 当前版本 | 2.0.5 |
| 更新时间 | 2017-11-12 |
| 上架时间 | 2017-11-12 |
| 评分 | 3.88/5 共16次评分 |
| 开发者 | Murilo Kunze |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tomighty",
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"description": "Web timer for pomodoro technique users",
"version": "2.0.5",
"options_page": "options.html",
"icons": {
"128": "images\/tomato-128.png",
"48": "images\/tomato-48.png",
"16": "images\/tomato-16.png"
},
"background": {
"page": "background.html",
"persistent": false
},
"browser_action": {
"default_icon": "images\/tomato-24.png",
"default_popup": "popup.html"
},
"permissions": [
"background",
"alarms"
],
"nacl_modules": [
{
"path": "sounds\/deskbell.wav",
"mime_type": "audio\/wav"
},
{
"path": "sounds\/crank.wav",
"mime_type": "audio\/wav"
}
]
} | |