FocusMe
Connector to the FocusMe desktop application to track and block websites. Visit https://focusme.com to get the app.
什么是FocusMe?
FocusMe是由https://focusme.com开发的Chrome扩展程序,该扩展的主要功能是“Connector to the FocusMe desktop application to track and block websites. Visit https://focusme.com to get the app.”。
扩展截图
下载FocusMe扩展crx文件
下载FocusMe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This addon does not work standalone but is a connector to our desktop application. Block distracting websites and apps or set time limits. Time Tracker shows you how you spend your days. Flexible blocking allows you to whitelist parts of a site but bloc the rest. Pomodoro and Breaks features to stay focused and productive. Stay protected even when your willpower gets low and you try to bypass your own rules! The extension is recommended for users' of FocusMe desktop application to improve URL detection. It's not strictly required as the application has other methods to obtain the URL which generally work very well, but using the addon can improve accuracy and speed of URL detection on some systems. Visit https://focusme.com to get the app.
扩展基本信息
名称 | FocusMe |
ID | bnejcfloclhfpfkmgglhdblllgeealgf |
官方URL | https://chromewebstore.google.com/detail/focusme/bnejcfloclhfpfkmgglhdblllgeealgf |
简介 | Connector to the FocusMe desktop application to track and block websites. Visit https://focusme.com to get the app. |
文件大小 | 22.4 KB |
安装次数 | 3,478 |
当前版本 | 3.7 |
更新时间 | 2023-03-20 |
上架时间 | 2020-06-05 |
评分 | 3.75/5 共12次评分 |
开发者 | https://focusme.com |
电子邮箱 | [email protected] |
付费类型 | in_app |
帮助页面URL | https://docs.focusme.com/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FocusMe", "version": "3.7", "description": "Connector to the FocusMe desktop application to track and block websites. Visit https:\/\/focusme.com to get the app.", "allowed_origins": [ "chrome-extension:\/\/bnejcfloclhfpfkmgglhdblllgeealgf\/" ], "icons": { "48": "icons\/FocusMe-48.png" }, "background": { "scripts": [ "wbproxy.js" ], "persistent": true }, "permissions": [ "nativeMessaging", "tabs" ] } |