ZenFoci - Cultivate & Restore Focus

Through effective self monitoring and practice, ZenFoci helps you time your work sessions and build and maintain focus.

ZenFoci - Cultivate & Restore Focusคืออะไร?

ZenFoci - Cultivate & Restore Focus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://zenfoci.com และคุณลักษณะหลักของมันคือ "Through effective self monitoring and practice, ZenFoci helps you time your work sessions and build and maintain focus."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZenFoci - Cultivate & Restore Focus

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

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

                        Finally, a Wiser Website Blocker that boosts mental focus.

🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟
A beautiful, intuitive and free App for:
╰ Transform distracting websites into Focus Support Panels
╰ Boost Focus through Efficient Breathwork
╰ Use science-based mindful writing to dissolve procrastination urges
╰ Focus with Friends and Support Charities
╰ Practice pomodoro technique and mindfulness-based site blocking
🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟

🌿What We Do 
╰ ZenFoci is a beautiful WebApp + Chrome Extension that enhances your mental focus & allows you to support charities effortlessly at your desk.
╰ We allow you to do so by combining science-based mindful writing, site-blocking and breathwork.

☂️Transform Distracting Websites into Focus Support Panels
╰ ZenFoci provides artistic yet hyper-efficient breathwork and anti-procrastination mindful writing on websites you block.
╰ Customize self-inspirational quotes with curated backgrounds on blocked websites.

📖Use Mindful Writing to Fight Procrastination
╰ Our science-backed mindful writing exercise directs your attention to quickly dissolve your procrastination urge and regain tranquility.
╰ Our simple journal asks thought-provoking questions to help you self-motivate, fine-tune your mind & design your own focus goals for better focus.

😇Revitalize Focus via Breath
╰ Build & Restore Focus quickly with our easy breathwork. Anxious, tired, bored, tight muscle? We got you covered. 

⏰Intentional & Smart Pomodoro
╰ Write your focus goal→Track with our intuitive stopwatch/countdown (pomodoro) →Focus and block distracting websites!

❤️Support Charities in Real-Time
╰ You can choose to generate charity funds in real-time with ZenFoci. Now your hard work always pays off!
╰ We support COVID-19 relief, Coalition for Rainforest Nations, Animal Welfare Institute, & Sanku Project Healthy Children 😊

🍵Get Notified for Timer Status
╰ Practice pomodoro techniques easily by receiving notifications for timer status。

🙌 Focus with Your Friends!
╰ Wanna focus together with friends and motivate each other? On ZenFoci, you can share a link to join the same focus room and send your focus partners high fives!!

🤩Simple + Beautiful Interface
╰ Our inspired designers crafted a delightful user interface. Check it out and you’ll see 😊                    

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

ชื่อ ZenFoci - Cultivate & Restore Focus ZenFoci - Cultivate & Restore Focus
ID hmdfekiknjhmfhjblbcfjflibgococbg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/zenfoci-cultivate-restore/hmdfekiknjhmfhjblbcfjflibgococbg
คำอธิบาย Through effective self monitoring and practice, ZenFoci helps you time your work sessions and build and maintain focus.
ขนาดไฟล์ 12.06 MB
จำนวนการติดตั้ง 777
เวอร์ชันปัจจุบัน 1.5.2.0
อัปเดตครั้งล่าสุด 2020-11-25
วันที่เผยแพร่ 2020-06-22
คะแนน 4.81/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา http://zenfoci.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://zenfoci.com/
URL หน้าช่วยเหลือ https://publish740591.typeform.com/to/Y2P4dX
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.5.2.0",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/Logosmall_16x16.png",
        "32": "images\/Logosmall_32x32.png",
        "48": "images\/Logosmall_48x48.png",
        "128": "images\/Logosmall_128x128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icons": {
            "16": "images\/Logosmall_16x16.png",
            "32": "images\/Logosmall_32x32.png",
            "48": "images\/Logosmall_48x48.png",
            "128": "images\/Logosmall_128x128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "author": "ZenFociApp team",
    "permissions": [
        "notifications",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "*:\/\/zenfoci.com\/*",
            "*:\/\/app.zenfoci.com\/*"
        ]
    },
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.jpg",
        "images\/*.svg",
        "fonts\/*\/*.ttf",
        "blocked.html"
    ]
}