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.”。

擴展截圖

screenshot

下載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 FocusMe
ID bnejcfloclhfpfkmgglhdblllgeealgf
官方網址 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"
    ]
}