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"
    ]
}