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
公式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
Eメール [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"
    ]
}