Focux: Focus On What Matters Most

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

Focux: Focus On What Matters Most là gì?

Focux: Focus On What Matters Most là một tiện ích mở rộng Chrome được phát triển bởi https://browserwings.com, và tính năng chính của nó là "Say goodbye to distractions and hello to productivity with our extension ✨".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Focux: Focus On What Matters Most

Tải xuống các tệp mở rộng Focux: Focus On What Matters Most dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Focux: Focus On What Matters Most Focux: Focus On What Matters Most
ID galdchdmjdpoacaombhheafeikflcfad
URL Chính Thức https://chromewebstore.google.com/detail/focux-focus-on-what-matte/galdchdmjdpoacaombhheafeikflcfad
Mô tả Say goodbye to distractions and hello to productivity with our extension ✨
Kích Thước Tệp 84.35 KB
Số Lần Cài Đặt 105
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-04-30
Ngày Phát Hành 2023-03-29
Đánh Giá 4.73/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://browserwings.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://browserwings.com/focux
URL Trang Trợ Giúp http://browserwings.com/focux/support
URL Trang Chính Sách Bảo Mật https://browserwings.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}