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
官方網址 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
電子郵箱 [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": [
                ""
            ]
        }
    ]
}