Remind Me

Shows off desktop notifications

Remind Meคืออะไร?

Remind Me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย helpfulwebtech และคุณลักษณะหลักของมันคือ "Shows off desktop notifications"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remind Me

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

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

                        Remind Me is a reminder app, which lets you set a reminder.
To put it in one line, "It's an alarm clock on your browser"
Since we spend most of the time on the web, this turns out to be a very useful tool.

Let's you set a time/duration and a message for your reminder. And makes sure that it flashes out right on time, not letting you miss on important tasks.                    

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

ชื่อ Remind Me Remind Me
ID lbcagagehgegabogmbnbjblmhodjohoo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remind-me/lbcagagehgegabogmbnbjblmhodjohoo
คำอธิบาย Shows off desktop notifications
ขนาดไฟล์ 781 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน v3.3
อัปเดตครั้งล่าสุด 2023-01-08
วันที่เผยแพร่ 2020-03-12
คะแนน 3.36/5 รวมทั้งหมด 58 คะแนน
ผู้พัฒนา helpfulwebtech
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/notification.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "19": "assets\/icons\/remind-me-logo-19x19.png",
            "38": "assets\/icons\/remind-me-logo-38x38.png"
        },
        "default_popup": "remind-me.html"
    },
    "description": "Shows off desktop notifications",
    "icons": {
        "128": "assets\/icons\/remind-me-logo-128x128.png",
        "16": "assets\/icons\/remind-me-logo-16x16.png",
        "48": "assets\/icons\/remind-me-logo-48x48.png"
    },
    "manifest_version": 3,
    "name": "Remind Me",
    "permissions": [
        "notifications",
        "background",
        "alarms",
        "storage"
    ],
    "short_name": "Remind Me",
    "version": "3.3",
    "version_name": "v3.3",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/alarm_48x48.png",
                "assets\/images\/success_green_thumb_48_48.png",
                "assets\/audio\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}