A Nice Change

A Nice Change - a friendly app for mental health reminders. Take refreshing breaks with gentle reminders throughout your day.

A Nice Changeคืออะไร?

A Nice Change เป็นส่วนขยายของ Chrome ที่พัฒนาโดย andi.emini98 และคุณลักษณะหลักของมันคือ "A Nice Change - a friendly app for mental health reminders. Take refreshing breaks with gentle reminders throughout your day."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย A Nice Change

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

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

                        As I was grappling with this modern issue, a simple idea for a reminder turned into a "Mental Health Helper". And thus, "A Nice Change" was born – a heartfelt Chrome extension designed with the firm belief that positive transformations often start with small changes.

"A Nice Change" is more than just a reminder. It prompts you to take refreshing breaks, encourages mindfulness moments, and offers empowering affirmations. Its gentle reminders will nudge you to stand up, breathe deeply, and read positive messages. It's as if a friend is whispering words of encouragement to you throughout the day.

I created this app because I wanted something to remind me to get up and move around from time to time and while developing it it changed a lot from a simple reminder to a "Mental Health Helper" I realized while working on it that this might actually help a lot of people because for many a small change no matter how much it is, it's inevitable and only good things tend to come from it.

These were my thoughts when i created it and thus the name.

This companion will gently remind you to take refreshing breaks, give you some positive messages and hopefully make your day a bit better. And as you go by your day, empowering affirmations will uplift and inspire you to make positive habits.

I hope this app will be a nice change for many.                    

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

ชื่อ A Nice Change A Nice Change
ID fcgenlnicobadehpbmebecjdkmfjedkn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/a-nice-change/fcgenlnicobadehpbmebecjdkmfjedkn
คำอธิบาย A Nice Change - a friendly app for mental health reminders. Take refreshing breaks with gentle reminders throughout your day.
ขนาดไฟล์ 147 KB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-06-21
วันที่เผยแพร่ 2023-06-21
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา andi.emini98
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.linkedin.com/in/andi-emini/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "A Nice Change",
    "description": "A Nice Change - a friendly app for mental health reminders. Take refreshing breaks with gentle reminders throughout your day.",
    "version": "1.0",
    "permissions": [
        "alarms",
        "storage",
        "notifications"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "icons": {
        "1": "icons\/icon1.png",
        "2": "icons\/icon2.png",
        "3": "icons\/icon3.png",
        "4": "icons\/icon4.png",
        "5": "icons\/icon5.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon1.png",
                "icons\/icon2.png",
                "icons\/icon3.png",
                "icons\/icon4.png",
                "icons\/icon5.png",
                "icons\/icon16.png",
                "icons\/icon48.png",
                "icons\/icon128.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}