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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Focus Pocus และคุณลักษณะหลักของมันคือ "ADHD-based extension helps you cut out distractions on the page so you can focus on what actually matters"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Focus Window

ดาวน์โหลดไฟล์ส่วนขยาย Focus Window ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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';"
    }
}