Self Aware Bell

Be more aware of where you spend your time

Self Aware Bell란 무엇입니까?

Self Aware Bell은(는) Awareness Labs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Be more aware of where you spend your time"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Self Aware Bell 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Spending too much time on Facebook / Reddit? This bell will notify you after 1 minute, 10 minute, 30 minutes of being on Facebook, you will get a gong that will remind you to focus.

A bell that rings to remind us to breathe, connect to ourselves, and avoid destructive patterns and self judgment. It does so at certain intervals, but is also context aware, and aware of the progress or path you are progressing on. Not a crutch, but a learning tool, designed ultimately to be used less and less until it isn’t needed. For people who are learning mindfulness and wish to practice it during their day and would like some help.

Why?
There is no application that you can install that will make you productive. Apps that block things don’t work for long. Mindfulness is the only way we have found to be focused and happy, and that is just a by product of a deeper journey. We found that gentle reminders during our day help us to remember to breathe and be mindful are an effective tool to bring mindfulness and compassion to our daily lives. We hope that by making a more context aware tool, we can help ourselves be mindful especially when we need it, and remind less when we don’t.

Who?
We are a two people for whom mindfulness has made a huge impact on our lives. We have used many “productivity” tools that haven’t really worked. Gal is a web developer and a digital nomad, and Shlomi is a designer/developer and entrepreneur. We love making things and people. We hope this will help you on your journey like it helps us.                    

확장 프로그램 기본 정보

이름 Self Aware Bell Self Aware Bell
ID emppjemnmnepcniopeikleoaodnkjoda
공식 URL https://chromewebstore.google.com/detail/self-aware-bell/emppjemnmnepcniopeikleoaodnkjoda
설명 Be more aware of where you spend your time
파일 크기 515 KB
설치 횟수 193
현재 버전 1.62
최근 업데이트 2018-02-11
출시 날짜 2018-02-10
평점 3.67/5 총 3 개의 평점
개발자 Awareness Labs
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Self Aware Bell",
    "description": "Be more aware of where you spend your time",
    "version": "1.62",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Self Aware Bell"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "tabs"
    ]
}