PomoTimer
A seriously minimalistic Pomodoro timer
什么是PomoTimer?
PomoTimer是由Marcus Johansson开发的Chrome扩展程序,该扩展的主要功能是“A seriously minimalistic Pomodoro timer”。
扩展截图
下载PomoTimer扩展crx文件
下载PomoTimer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Pomodoro technique is a great way to keep you focused. However, most Pomodoro tools are way too complex. This defeats the whole purpose of the technique. PomoTimer is probably the simplest and most minimalistic timer in the Chrome web store -- and that's how it should remain.
扩展基本信息
名称 | PomoTimer |
ID | hefdcogdhfodpbcidnkecllmknddjghc |
官方URL | https://chromewebstore.google.com/detail/pomotimer/hefdcogdhfodpbcidnkecllmknddjghc |
简介 | A seriously minimalistic Pomodoro timer |
文件大小 | 34.59 KB |
安装次数 | 37 |
当前版本 | 1.0.1 |
更新时间 | 2020-04-17 |
上架时间 | 2020-04-17 |
开发者 | Marcus Johansson |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/marcjoha/pomo-timer |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PomoTimer", "version": "1.0.1", "description": "A seriously minimalistic Pomodoro timer", "manifest_version": 2, "icons": { "16": "gfx\/icon-16.png", "48": "gfx\/icon-48.png", "128": "gfx\/icon-128.png" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "notifications" ], "browser_action": { "default_icon": "gfx\/icon-32.png", "default_title": "PomoTimer" }, "offline_enabled": true } |