Bell of Mindfulness
A bell that reminds us to breathe and be mindful of our body and mind.
Bell of Mindfulnessとは何ですか?
Bell of Mindfulnessはhttps://www.nguyensan.meによって開発されたChromeの拡張機能で、その主な機能は「A bell that reminds us to breathe and be mindful of our body and mind.」です。
拡張機能のスクリーンショット
Bell of Mindfulness拡張機能のCRXファイルをダウンロード
Bell of Mindfulness拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
About the Extension: In the busy time of our daily life, we let our mind float away to many distractions. We forget about our body, our breath, and our mind; we forget about the unity of our mind and body. In order to remind us of this unification, the bell of mindfulness is meant for us to bring our mind back to our body. When we hear the sound of the bell, please stop what we are doing and take three breaths to bring our mind back to our body. Let this unification happen and be happy in the present moment. Version 1.2.3 Bug fixed for link clicks Version 1.2.2 Bug fixed to correctly address number of bells Version 1.2 Added internationalization. Added the options to change number of bells Version 1.1.5 Fix bugs to cause BellOfMindfulness to not run at first install for some users. Fix bugs to display notification when bell in not enable in first run. Version 1.1.2 Update icons Version 1.1 Updated with option to turn bell on and off. Version 1 Brand new Bell of Mindfulness.
拡張機能の基本情報
名前 | Bell of Mindfulness |
ID | lggmmceliiaoddfnbaccgpfnpoifilic |
公式URL | https://chromewebstore.google.com/detail/bell-of-mindfulness/lggmmceliiaoddfnbaccgpfnpoifilic |
説明 | A bell that reminds us to breathe and be mindful of our body and mind. |
ファイルサイズ | 2.34 MB |
インストール数 | 12,784 |
現在のバージョン | 1.2.3 |
最終更新日 | 2015-04-24 |
公開日 | 2015-04-23 |
評価 | 4.69/5 合計 164 レビュー |
開発者 | https://www.nguyensan.me |
支払い方法 | free |
拡張機能のウェブサイト | http://www.nguyensan.me/ |
対応言語 | en,vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.2.3", "description": "__MSG_extDesc__", "author": "__MSG_extAuthor__", "homepage_url": "http:\/\/santvn.ucsd.edu\/MindBell", "default_locale": "en", "browser_action": { "default_icon": "icons\/icon48.png", "default_title": "__MSG_ext_default_title__", "default_popup": "views\/popup.html" }, "background": { "page": "views\/background.html" }, "options_page": "views\/options.html", "permissions": [ "notifications", "storage" ], "web_accessible_resources": [ "icons\/icon.png", "bells\/nhatChuong.mp3", "bells\/nhatChuong.ogg", "bells\/nhatChuong.wav", "bells\/thinhChuong.mp3", "bells\/thinhChuong.ogg", "bells\/thinhChuong.wav", "images\/thichnhathanh-bell.jpg" ], "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" } } |