Pomodoro Timer: To Boost Your Productivity
Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.
什么是Pomodoro Timer: To Boost Your Productivity?
Pomodoro Timer: To Boost Your Productivity是由Dhruv Jobanputra开发的Chrome扩展程序,该扩展的主要功能是“Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.”。
扩展截图
下载Pomodoro Timer: To Boost Your Productivity扩展crx文件
下载Pomodoro Timer: To Boost Your Productivity扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Have an easy to use Pomodoro Timer in your chrome extension. Keep track of how long you have been working and get alerted when it is time to take a break or go back into action. The Pomodoro technique is an effective way to boost your productivity and this chrome extension is the perfect helper for it.
扩展基本信息
名称 | Pomodoro Timer: To Boost Your Productivity |
ID | cimgfefpecjidchfhanhmhbgkcjoiipj |
官方URL | https://chromewebstore.google.com/detail/pomodoro-timer-to-boost-y/cimgfefpecjidchfhanhmhbgkcjoiipj |
简介 | Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work. |
文件大小 | 161 KB |
安装次数 | 46 |
当前版本 | 0.1 |
更新时间 | 2022-01-18 |
上架时间 | 2022-01-17 |
评分 | 5.00/5 共1次评分 |
开发者 | Dhruv Jobanputra |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomodoro Timer: To Boost Your Productivity", "description": "Use the pomodoro technique to boost your productivity. This is a simple timer that helps keep you on track as you work.", "version": "0.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "notifications" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/tomato16.png", "32": "\/images\/tomato32.png", "48": "\/images\/tomato48.png", "128": "\/images\/tomato128.png" } }, "web_accessible_resources": [ "\/images\/tomato128.png" ], "icons": { "16": "\/images\/tomato16.png", "32": "\/images\/tomato32.png", "48": "\/images\/tomato48.png", "128": "\/images\/tomato128.png" } } |