Focus - On Your Work

Focus blocks websites so you can focus on schoolwork. Focus blocks non-educational websites, so students focus on success.

Focus - On Your Workคืออะไร?

Focus - On Your Work เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://freedom.to และคุณลักษณะหลักของมันคือ "Focus blocks websites so you can focus on schoolwork. Focus blocks non-educational websites, so students focus on success."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Focus - On Your Work

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

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

                        Focus by Freedom helps you stay focused on your work or schoolwork. Focus blocks distracting websites, while allowing you access to the sites you need. Focus lets you do better work in less time.


THE CHALLENGE 

Do you work or study on your computer? 

Then you’ve been distracted by news, social media, shopping, email.  These distractions lead you to drift off-task, waste time, and end up unproductive and unfulfilled.  We’ve all been there. 

The temptation of opening a new browser tab  to find a new distraction is strong and the action is often compulsive. 

We all have specific sites that are our go-to distractions, but we also know that anything we click has the potential to become a distraction. except for the tools we’re using to get our work or studying done.

THE ANSWER 

Focus by Freedom blocks only those distracting websites so that you can focus on your work or studies. You tell Focus what sites you do need for work or schoolwork, and it will block everything else. You’ll stay focused and on-task, while doing high quality work because of your sustained attention. What’s more, you’ll find you can get more done in less time without those constant online interruptions!

HOW IT WORKS

Focus by Freedom blocks websites by placing them behind a PIN.  

EASY SETUP – create a PIN (a password) and decide which websites should be allowed
CUSTOMIZABLE - Focus comes pre-populated with an Allow List of common work and learning sites. You can customize as needed. 
ACCOUNTABILITY - A parent can set the PIN for children, or you can have  your spouse or friend set the PIN for you

WHO SHOULD USE FOCUS? 

- Remote workers, from home or in hybrid working situations 
- Students doing homework
- Students with online or remote learning 
- Writers, Teachers, Entrepreneurs, Editors, Researchers, Journalists, and Developers all use Focus to get their work done!

Focus is a product of Freedom Labs, where we develop new ways to meaningfully interact with technology.  Like our other extensions, Focus is highly privacy-conscious. None of your data is sent anywhere (the cloud, our servers, etc.) It remains secure on your own device. You can learn more about Freedom here: https://freedom.to

Release notes: Focus 1.0.3 fixes two issues:

- Sometimes, the extension disables itself automatically and bypasses the green screen when visiting a blocked website
- Sometimes, when adding a new website to the allowed list, it does add it, but it's not shown in the list

 Please send us your feedback at [email protected] and we'll continue to improve Focus.  Thank you!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Focus - On Your Work Focus - On Your Work
ID ecpkkfgllianigfeoonafccgbfeglmgb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/focus-on-your-work/ecpkkfgllianigfeoonafccgbfeglmgb
คำอธิบาย Focus blocks websites so you can focus on schoolwork. Focus blocks non-educational websites, so students focus on success.
ขนาดไฟล์ 1.45 MB
จำนวนการติดตั้ง 3,125
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-11-05
วันที่เผยแพร่ 2020-11-05
คะแนน 4.20/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา https://freedom.to
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://freedom.to
URL หน้านโยบายความเป็นส่วนตัว https://freedom.to/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Focus - On Your Work",
    "short_name": "Focus",
    "description": "Focus blocks websites so you can focus on schoolwork. Focus blocks non-educational websites, so students focus on success.",
    "version": "1.0.4",
    "icons": {
        "16": "images\/focus_icon_16.png",
        "19": "images\/focus_icon_19.png",
        "32": "images\/focus_icon_32.png",
        "38": "images\/focus_icon_76.png",
        "48": "images\/focus_icon_48.png",
        "128": "images\/focus_icon_128.png"
    },
    "action": {
        "default_title": "Focus blocks websites so you can focus on schoolwork",
        "default_popup": "html\/menu.html",
        "default_icon": {
            "16": "images\/focus_icon_16.png",
            "19": "images\/focus_icon_19.png",
            "32": "images\/focus_icon_32.png",
            "38": "images\/focus_icon_76.png",
            "48": "images\/focus_icon_48.png",
            "128": "images\/focus_icon_128.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "incognito": "split",
    "web_accessible_resources": [
        {
            "resources": [
                "html\/*",
                "images\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "\/js\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "alarms",
        "tabs"
    ]
}