PomoTab
A Pomodoro Timer in each new tab.
什么是PomoTab?
PomoTab是由https://andyjgao.com开发的Chrome扩展程序,该扩展的主要功能是“A Pomodoro Timer in each new tab.”。
扩展截图
下载PomoTab扩展crx文件
下载PomoTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Chrome Extensions creates a new Pomodoro Timer with every new tab.
The Pomodoro Technique is a proven productivity technique where you set aside 25 minutes to focus on a specific task undisturbed. Once completed, you then take a break for 5 minutes.
This technique will help:
- Handle interruptions
- Improve motivation by improving the content of work
- Create clear separations between work and play
- Productivity 扩展基本信息
| 名称 | |
| ID | dbpkgeidmoofficdjjpikfachonamakh |
| 官方URL | https://chromewebstore.google.com/detail/pomotab/dbpkgeidmoofficdjjpikfachonamakh |
| 简介 | A Pomodoro Timer in each new tab. |
| 文件大小 | 505 KB |
| 安装次数 | 37 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2020-05-05 |
| 上架时间 | 2020-05-05 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | https://andyjgao.com |
| 付费类型 | free |
| 扩展官网 | https://andyjgao.com/projects/pomotab |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PomoTab",
"author": "Andy J Gao",
"version": "1.0.1",
"description": "A Pomodoro Timer in each new tab.",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |