Bell of Mindfulness
A bell that reminds us to breathe and be mindful of our body and mind.
Bell of Mindfulnessคืออะไร?
Bell of Mindfulness เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.nguyensan.me และคุณลักษณะหลักของมันคือ "A bell that reminds us to breathe and be mindful of our body and mind."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bell of Mindfulness
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |