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ファイルをダウンロード

Self Aware Bell拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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