Effortless - Make Focus Your Default

Asks you to clarify what your focus is and to timebox that intention. As a result, you need less conscious control to stay focused.

Effortless - Make Focus Your Defaultคืออะไร?

Effortless - Make Focus Your Default เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iulspop และคุณลักษณะหลักของมันคือ "Asks you to clarify what your focus is and to timebox that intention. As a result, you need less conscious control to stay focused."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        I've used browsers for more than a decade. I'm consistently distracted when interacting with them. I gradually learned more about myself and improved my focus, but I wanted even greater focus. I wondered: "What if it was effortless to stay focused on the web?". That question was the seed for this extension.

Our brains are very good at planning (executive function) but poor at executing those plans (cognitive control). We set lofty goals for ourselves, but in the words of Adam Gazzaley, neuroscientist and co-author of The Distracted Mind: "our limited cognitive control abilities leads to interference."

Clear goals are what trigger focus. When you set a goal, your brain begins managing attention, memory, sub-goals so you can take action. However, our brain's control over those functions isn't fine-tuned, so it's sensitive to interference. Interference is anything that derails the process of accomplishing a goal. You can understand interference as two distinct kinds. First, distraction or information irrelevant to your goal. Second, interruption or stopping traction towards a goal before it is complete to start a new goal.

The Effortless extension assists your cognitive control abilities by asking you to make your goal explicit when using the browser and set a time box for that intention. The aim is to make it easier to keep your attention focused on a single goal until it's complete.

When you visit a page without a goal set, a prompt to enter your goal and the time you assign that goal appears. Once you've set your goal, a timer will appear on the pages you visit, reminding you of your goal. If you interrupt your goal and start a new one, you can click the "Interrupt" sidebar button. If you complete your goal, you can click the "Complete" sidebar button. At which point, the extension will prompt you again to enter your goal.                    

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

ชื่อ Effortless - Make Focus Your Default Effortless - Make Focus Your Default
ID pfkeilinhgpmadhklhbpabebpapmdein
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/effortless-make-focus-you/pfkeilinhgpmadhklhbpabebpapmdein
คำอธิบาย Asks you to clarify what your focus is and to timebox that intention. As a result, you need less conscious control to stay focused.
ขนาดไฟล์ 89.27 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2021-09-30
วันที่เผยแพร่ 2021-09-08
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา iulspop
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/iulspop/effortless-browser-extension
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Effortless - Make Focus Your Default",
    "description": "Asks you to clarify what your focus is and to timebox that intention. As a result, you need less conscious control to stay focused.",
    "icons": {
        "16": "static\/icons\/logo-16.png",
        "48": "static\/icons\/logo-48.png",
        "128": "static\/icons\/logo-128.png"
    },
    "version": "0.1.0",
    "manifest_version": 3,
    "permissions": [
        "webNavigation",
        "scripting",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/static\/**",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}