Stay Focused
Block distracting websites and get funny images to go back to work.
什么是Stay Focused?
Stay Focused是由Maher Khdeir开发的Chrome扩展程序,该扩展的主要功能是“Block distracting websites and get funny images to go back to work.”。
扩展截图
下载Stay Focused扩展crx文件
下载Stay Focused扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Stay focused is an open source chrome extension to help you to block distracting websites like social media. The idea behinds this, that sometimes you are working, and suddenly you find yourself sitting on social media like Facebook, and you spend there like 30 minutes without noticing that. So this chrome extension will show an image to remind you to back to work. Functionalities 💪 - Block entering websites by three methods: - Block by websites. - Block by a word. - Block by regex. - Group block websites in groups (like social media, videos, etc) - Showing funny images to tell you to go back to work. - specify working hours(to only block websites during your working hours) - Using Lock mechanism to delay you from disabling the tool immediately: - Lock By Password: To prevent others from entering the settings and unlock the tool - Lock By Questions You have to answer a question to unlock the tool - Clicking a button You have to click on a moving button for number of times to unlock the tool
扩展基本信息
名称 | Stay Focused |
ID | nnlgodiccogbpcfnhmclaicljjgfmekd |
官方URL | https://chromewebstore.google.com/detail/stay-focused/nnlgodiccogbpcfnhmclaicljjgfmekd |
简介 | Block distracting websites and get funny images to go back to work. |
文件大小 | 1.8 MB |
安装次数 | 2,046 |
当前版本 | 1.0.6 |
更新时间 | 2020-09-07 |
上架时间 | 2020-06-28 |
评分 | 4.73/5 共15次评分 |
开发者 | Maher Khdeir |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/MaherSaleem/stay-focused-chrome-extension |
帮助页面URL | https://github.com/MaherSaleem/stay-focused-chrome-extension/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stay Focused", "description": "Block distracting websites and get funny images to go back to work.", "version": "1.0.6", "manifest_version": 2, "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48_HQ.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Stay Focused", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options\/options.html", "permissions": [ "storage", "webNavigation", "tabs" ] } |