One Deep Breath

Take control of your browsing habits using mindfulness.

什么是One Deep Breath?

One Deep Breath是由http://onedeepbreath.io开发的Chrome扩展程序,该扩展的主要功能是“Take control of your browsing habits using mindfulness.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载One Deep Breath扩展crx文件

下载One Deep Breath扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Stay focused, relaxed, and mindful, all day, every day.  Block distracting websites and take back control of your browsing habits.  All it takes is one deep breath.

Each time you visit a site on your blocklist, a visual meditation will guide you through a carefully designed breathing exercise that helps you cultivate mindfulness, focus, and relaxation.

Don't just block websites, get to the underlying core of technological addiction and improve your day.

Used by Zen monks, world-class athletes, and military officials, deep, mindful breathing is one of the only scientifically-proven ways to stay mindful, alert, and in control of your actions.  

Why not use it to stay productive and focused on the web?

Beat social media addiction, stop wasting time watching videos, and start improving your life, one deep breath at a time.                    

扩展基本信息

名称 One Deep Breath One Deep Breath
ID cndgldikdljfcjhmcolijhlijljlfmee
官方URL https://chrome.google.com/webstore/detail/one-deep-breath/cndgldikdljfcjhmcolijhlijljlfmee
简介 Take control of your browsing habits using mindfulness.
文件大小 22.96 MB
安装次数 179
当前版本 0.0.12
更新时间 2020-03-21
上架时间 2020-03-20
评分 4.67/5 共6次评分
开发者 http://onedeepbreath.io
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "One Deep Breath",
    "version": "0.0.12",
    "description": "Take control of your browsing habits using mindfulness.",
    "icons": {
        "128": "images\/icons\/icon_128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "static\/img_video_map.js",
            "static\/adult-site-list.js",
            "js\/helpers.js",
            "date.js",
            "time.js",
            "background_core.js",
            "background_script.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "date.js",
                "time.js",
                "materialize.js",
                "progressbar.min.js",
                "static\/img_video_map.js",
                "static\/adult-site-list.js",
                "js\/helpers.js",
                "date.js",
                "background_core.js",
                "content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "",
        "activeTab",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/gmail.us3.list-manage.com; object-src 'self'"
}