ZenFoci - Cultivate & Restore Focus

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

Vad är ZenFoci - Cultivate & Restore Focus?

ZenFoci - Cultivate & Restore Focus är en Chrome-tillägg utvecklad av http://zenfoci.com, och dess huvudfunktion är "Through effective self monitoring and practice, ZenFoci helps you time your work sessions and build and maintain focus.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner ZenFoci - Cultivate & Restore Focus-förlängningens CRX-fil

Ladda ner ZenFoci - Cultivate & Restore Focus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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 😊                    

Grundläggande Information om Tillägg

Namn ZenFoci - Cultivate & Restore Focus ZenFoci - Cultivate & Restore Focus
ID hmdfekiknjhmfhjblbcfjflibgococbg
Officiell webbadress https://chrome.google.com/webstore/detail/zenfoci-cultivate-restore/hmdfekiknjhmfhjblbcfjflibgococbg
Beskrivning Through effective self monitoring and practice, ZenFoci helps you time your work sessions and build and maintain focus.
Filstorlek 12.06 MB
Antal Installationer 777
Aktuell Version 1.5.2.0
Senast Uppdaterad 2020-11-25
Publiceringsdatum 2020-06-22
Betyg 4.81/5 Totalt 21 Betyg
Utvecklare http://zenfoci.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://zenfoci.com/
Hjälpsida URL https://publish740591.typeform.com/to/Y2P4dX
Stödda Språk 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"
    ]
}