Pomodoro Timer
Simple pomodoro timer
什么是Pomodoro Timer?
Pomodoro Timer是由Sergey Markin & Oleg Egorov开发的Chrome扩展程序,该扩展的主要功能是“Simple pomodoro timer”。
扩展截图
下载Pomodoro Timer扩展crx文件
下载Pomodoro Timer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Pomodoro Technique is a time management method developed by Francesco Cirillo. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks. Each interval is known as a pomodoro, from the Italian word for 'tomato'.
In this extension, working time is 25 minutes, rest time is 5 minutes. 扩展基本信息
| 名称 | |
| ID | okbedhkoibggbokmnkafehodicaihefj |
| 官方URL | https://chromewebstore.google.com/detail/pomodoro-timer/okbedhkoibggbokmnkafehodicaihefj |
| 简介 | Simple pomodoro timer |
| 文件大小 | 75.69 KB |
| 安装次数 | 66 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2020-04-18 |
| 上架时间 | 2020-04-18 |
| 开发者 | Sergey Markin & Oleg Egorov |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pomodoro Timer",
"version": "1.0.3",
"description": "Simple pomodoro timer",
"permissions": [
"storage",
"declarativeContent",
"alarms"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_popup": "popup.html"
},
"icons": {
"16": "pomodoro16.png",
"48": "pomodoro48.png",
"128": "pomodoro128.png"
},
"manifest_version": 2
} | |