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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": [
                ""
            ]
        }
    ]
}