Focus Window

ADHD-based extension helps you cut out distractions on the page so you can focus on what actually matters

Focus Window란 무엇입니까?

Focus Window은(는) Focus Pocus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ADHD-based extension helps you cut out distractions on the page so you can focus on what actually matters"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Focus Window 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Enabling the Focus Window extension hides most of the page behind a slightly less transparent background to reveal a much smaller area of the screen to allow your focus to remain on the content that you care about. This narrow focus area will follow your cursor around and still allows you to interact with items on the page. This extension is made to help users with ADD or ADHD improve their focus but can be used by anyone who wants to limit the amount of information being thrown at them at any given time on a webpage.                    

확장 프로그램 기본 정보

이름 Focus Window Focus Window
ID nnnhkcbkfhoibfabdjfjechkdfcdndgj
공식 URL https://chromewebstore.google.com/detail/focus-window/nnnhkcbkfhoibfabdjfjechkdfcdndgj
설명 ADHD-based extension helps you cut out distractions on the page so you can focus on what actually matters
파일 크기 73.43 KB
설치 횟수 52
현재 버전 1.01
최근 업데이트 2022-01-07
출시 날짜 2022-01-06
개발자 Focus Pocus
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Focus Window",
    "author": "u\/thatbromatt",
    "description": "ADHD-based extension helps you cut out distractions on the page so you can focus on what actually matters",
    "version": "1.01",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "webNavigation"
    ],
    "action": {
        "default_title": "Click to toggle the Focus Extension",
        "default_icon": {
            "36": "\/images\/adhdbrain-minspace-36_x_36.png",
            "48": "\/images\/adhdbrain-minspace-48_x_48.png",
            "64": "\/images\/adhdbrain-minspace-64_x_64.png",
            "96": "\/images\/adhdbrain-minspace-96_x_96.png",
            "128": "\/images\/adhdbrain-minspace-128_x_128.png",
            "256": "\/images\/adhdbrain-minspace-256_x_256.png"
        }
    },
    "icons": {
        "36": "\/images\/adhdbrain-minspace-36_x_36.png",
        "48": "\/images\/adhdbrain-minspace-48_x_48.png",
        "64": "\/images\/adhdbrain-minspace-64_x_64.png",
        "96": "\/images\/adhdbrain-minspace-96_x_96.png",
        "128": "\/images\/adhdbrain-minspace-128_x_128.png",
        "256": "\/images\/adhdbrain-minspace-256_x_256.png"
    },
    "options_page": "options.html",
    "content_security_policy": {
        "extension_pages": "default-src 'self';"
    }
}