Compassionate Computing Reminders

Regular reminders during your computer work.

Compassionate Computing Remindersคืออะไร?

Compassionate Computing Reminders เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tobias.schwaibold และคุณลักษณะหลักของมันคือ "Regular reminders during your computer work."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Compassionate Computing Reminders

ดาวน์โหลดไฟล์ส่วนขยาย Compassionate Computing Reminders ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Using computers has become a vital part of our daily lives. But why not learn to use them so that they enhance our physical and mental wellbeing? This is what Compassionate Computing is all about. Our regular reminders support your efforts to stay present while you are online. You can freely choose the reminder frequency. There are three types of reminders.

•	Relax Movements: This type of reminder helps you taking small relaxation breaks during a long computer day. It is a healthy mix of exercises to enhance your wellbeing. 
•	Breath Awareness: Become aware of your breath, for example by focusing on the sensations that it causes inside your nostrils. Can you notice that your incoming breath is slightly colder than your outgoing breath? Alternately, you can observe your abdomen rising and falling in line with your breath.
•	Vipassana Reminder: For all those of you having attended a Vipassana retreat (as taught by S.N. Goenka): Here is your constant reminder to maintaining perfect equanimity. 

The reminders can be displayed in German or English. A detailed description of the specific exercises (in English) is available by clicking on the respective notification, or via the menu item "Exercise description". Please note that you can turn off the sound via the menu item "Settings" as well as via the sound button in the lower left corner of the popup.

For questions and feedback, please contact us via the feedback tool or the email address given on the "About us" page of the app.

Typical search terms: regular reminder, break timer, alarm, relax break, stretching pause, Vipassana reminder, awareness of breath, Erholungspause, Unterbrechung, regelmäßige Computerpause, Achtsamkeit                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Compassionate Computing Reminders Compassionate Computing Reminders
ID oihgkadphcjghedmalnfjlfkjkefdkbi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/compassionate-computing-r/oihgkadphcjghedmalnfjlfkjkefdkbi
คำอธิบาย Regular reminders during your computer work.
ขนาดไฟล์ 2.16 MB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2017-01-31
วันที่เผยแพร่ 2017-01-31
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา tobias.schwaibold
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/vendor\/moment.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "image\/logo19.png",
            "38": "image\/logo38.png"
        },
        "default_popup": "templates\/popup.html",
        "default_title": "Compassionate Computing"
    },
    "description": "Regular reminders during your computer work.",
    "icons": {
        "128": "image\/logo128.png",
        "48": "image\/logo48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "32",
    "name": "Compassionate Computing Reminders",
    "offline_enabled": true,
    "options_page": "templates\/settings.html",
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "version": "1.1"
}