One Deep Breath

Take control of your browsing habits using mindfulness.

Τι είναι το One Deep Breath;

Το One Deep Breath είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://onedeepbreath.io, και η κύρια λειτουργία του είναι "Take control of your browsing habits using mindfulness.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης One Deep Breath

Λήψη αρχείων επέκτασης 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'"
}