Focusly
Allows users to block distracting sites for a set period of time.
什么是Focusly?
Focusly是由trevorscandalios开发的Chrome扩展程序,该扩展的主要功能是“Allows users to block distracting sites for a set period of time.”。
扩展截图
下载Focusly扩展crx文件
下载Focusly扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Focusly allows you to limit distractions when you want to focus.
Using the extension is simple and intuitive:
- Add or removed sites from your list.
- Set a timer, and restrict your access to those sites for that amount of time.
- If you must end the timer early, enter a series of characters to regain access to the blocked sites. 扩展基本信息
| 名称 | |
| ID | jlihnplddpebplnfafhdanaiapbeikbk |
| 官方URL | https://chromewebstore.google.com/detail/focusly/jlihnplddpebplnfafhdanaiapbeikbk |
| 简介 | Allows users to block distracting sites for a set period of time. |
| 文件大小 | 2.41 MB |
| 安装次数 | 21 |
| 当前版本 | 1.1 |
| 更新时间 | 2016-12-19 |
| 上架时间 | 2016-12-19 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | trevorscandalios |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Focusly",
"description": "Allows users to block distracting sites for a set period of time.",
"version": "1.1",
"icons": {
"16": "assets\/circle-16.png",
"32": "assets\/circle-32.png",
"64": "assets\/circle-64.png",
"128": "assets\/circle-128.png"
},
"options_page": "options.html",
"browser_action": {
"default_popup": "popup.html",
"default_title": "Focusly"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/*\/*",
"webNavigation",
"tabs",
"storage"
],
"background": {
"scripts": [
"eventPage.js"
]
}
} | |