Focux: Focus On What Matters Most

Say goodbye to distractions and hello to productivity with our extension ✨

Focux: Focus On What Matters Mostとは何ですか?

Focux: Focus On What Matters Mostはhttps://browserwings.comによって開発されたChromeの拡張機能で、その主な機能は「Say goodbye to distractions and hello to productivity with our extension ✨」です。

拡張機能のスクリーンショット

screenshot

Focux: Focus On What Matters Most拡張機能のCRXファイルをダウンロード

Focux: Focus On What Matters Most拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        In today's digital age, staying focused can be a challenge, and it's easy to get sidetracked by websites that don't serve our goals or priorities. That's why we're thrilled to announce our new app, Focux! Focux is a powerful Chrome extension designed to help you take control of your digital life by allowing you to set limits and disable distracting websites.

With Focux, you can easily customize your device usage and block out websites that tend to take away your focus, enabling you to be more productive, efficient, and effective in your work and personal life. By creating a more intentional relationship with technology, you'll be able to achieve your goals and reduce your stress levels.

With Focux, you can reclaim your focus, improve your productivity, and enjoy greater peace of mind in your digital life. So don't wait – try Focux today and see the difference it can make.                    

拡張機能の基本情報

名前 Focux: Focus On What Matters Most Focux: Focus On What Matters Most
ID galdchdmjdpoacaombhheafeikflcfad
公式URL https://chromewebstore.google.com/detail/focux-focus-on-what-matte/galdchdmjdpoacaombhheafeikflcfad
説明 Say goodbye to distractions and hello to productivity with our extension ✨
ファイルサイズ 84.35 KB
インストール数 105
現在のバージョン 1.2
最終更新日 2023-04-30
公開日 2023-03-29
評価 4.73/5 合計 15 レビュー
開発者 https://browserwings.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://browserwings.com/focux
ヘルプページのURL http://browserwings.com/focux/support
プライバシーポリシーページのURL https://browserwings.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Focux: Focus On What Matters Most",
    "version": "1.2",
    "description": "Say goodbye to distractions and hello to productivity with our extension \u2728",
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "\/images\/focux-logo-black.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "128": "\/images\/focux-logo-black.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "blocked.html",
                "index.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}