Pomodoro Focus
Block multiple sites to focus better on your work
什么是Pomodoro Focus?
Pomodoro Focus是由Apoorva Singh开发的Chrome扩展程序,该扩展的主要功能是“Block multiple sites to focus better on your work”。
扩展截图
下载Pomodoro Focus扩展crx文件
下载Pomodoro Focus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
PomodoroFocus is a web extension that helps you focus on your work by temporarily blocking distracting websites. After the block timer of 25 minutes runs out, your websites are available for you to view again. This has been inspired by the Pomodoro Technique.
扩展基本信息
名称 | Pomodoro Focus |
ID | gommonmfpieokloaboibjlahdcffignp |
官方URL | https://chromewebstore.google.com/detail/pomodoro-focus/gommonmfpieokloaboibjlahdcffignp |
简介 | Block multiple sites to focus better on your work |
文件大小 | 6.12 KB |
安装次数 | 45 |
当前版本 | 1.0 |
更新时间 | 2018-01-26 |
上架时间 | 2018-01-25 |
评分 | 5.00/5 共1次评分 |
开发者 | Apoorva Singh |
付费类型 | free |
帮助页面URL | https://github.com/apoorvasingh17/Pomodoro-Focus |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pomodoro Focus", "description": "Block multiple sites to focus better on your work", "background": { "scripts": [ "background.js" ] }, "version": "1.0", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "options.html" }, "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ] } |