ZenFoci - Cultivate & Restore Focus

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

Co to jest ZenFoci - Cultivate & Restore Focus?

ZenFoci - Cultivate & Restore Focus to rozszerzenie Chrome opracowane przez http://zenfoci.com, a jego główną funkcją jest „Through effective self monitoring and practice, ZenFoci helps you time your work sessions and build and maintain focus.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia ZenFoci - Cultivate & Restore Focus

Pobierz pliki rozszerzeń ZenFoci - Cultivate & Restore Focus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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 😊                    

Podstawowe informacje o rozszerzeniu

Nazwa ZenFoci - Cultivate & Restore Focus ZenFoci - Cultivate & Restore Focus
ID hmdfekiknjhmfhjblbcfjflibgococbg
Oficjalny URL https://chrome.google.com/webstore/detail/zenfoci-cultivate-restore/hmdfekiknjhmfhjblbcfjflibgococbg
Opis Through effective self monitoring and practice, ZenFoci helps you time your work sessions and build and maintain focus.
Rozmiar pliku 12.06 MB
Liczba instalacji 777
Aktualna Wersja 1.5.2.0
Ostatnia Aktualizacja 2020-11-25
Data Publikacji 2020-06-22
Ocena 4.81/5 Łącznie 21 Oceny
Deweloper http://zenfoci.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://zenfoci.com/
Adres URL Strony Pomocy https://publish740591.typeform.com/to/Y2P4dX
Obsługiwane Języki 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"
    ]
}