Shurbit
Remain focused at your work !
什么是Shurbit?
Shurbit是由https://fastbyte01.it开发的Chrome扩展程序,该扩展的主要功能是“Remain focused at your work !”。
扩展截图
下载Shurbit扩展crx文件
下载Shurbit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Shurbit is a minimal Chrome extension that can help you to stay focused during work and study periods. Shurbit helps you stay focused when you work with your computer. The idea is simple, when you work or study using your computer, there are so much distractions available on the internet that you can easily lose your focus! So to help you preventing your future productivity decreasing, you just have to activate Shurbit! Shurbit is really minimal but have some great features: - Block automatically a predefined list of distracting website. - You can block a customizable list of distracting websites of your choice. - Quick add or remove each website with simple and beautiful checkboxes. Shurbit is a privacy conscious extensions, everything is done locally on your computer and no data is saved on the cloud.
扩展基本信息
名称 | |
ID | jddoomamdjmdnaogklogmholdidajbpe |
官方URL | https://chrome.google.com/webstore/detail/shurbit/jddoomamdjmdnaogklogmholdidajbpe |
简介 | Remain focused at your work ! |
文件大小 | 90.54 KB |
安装次数 | 1,000 |
当前版本 | 1.0 |
更新时间 | 2020-12-03 |
上架时间 | 2018-09-06 |
评分 | 4.00/5 共5次评分 |
开发者 | https://fastbyte01.it |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://fastbyte01.it/shurbit/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Shurbit", "short_name": "Shurbit", "version": "1.0", "description": "Remain focused at your work !", "icons": { "128": "images\/icon128-2.png" }, "browser_action": { "default_icon": "images\/icon128-1.png", "default_popup": "html\/popup.html", "default_title": "Shurbit" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "webNavigation", "tabs", "storage" ] } |