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はhttp://zenfoci.comによって開発されたChromeの拡張機能で、その主な機能は「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

ZenFoci - Cultivate & Restore Focus拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}