Remind me!

Schedule recurring reminders.

Remind me!คืออะไร?

Remind me! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dragoonj และคุณลักษณะหลักของมันคือ "Schedule recurring reminders."

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

screenshot

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

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

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

                        This extension lets you schedule a reminder to recur regularly, on certain days of the week, during certain hours, with an alert or notification, and a destination URL. I built it mainly to help me remember to log my hours at work.                    

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

ชื่อ Remind me! Remind me!
ID bnhmafacknfmbcjolljkemehpaobjkml
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remind-me/bnhmafacknfmbcjolljkemehpaobjkml
คำอธิบาย Schedule recurring reminders.
ขนาดไฟล์ 138 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2021-04-20
วันที่เผยแพร่ 2018-10-29
ผู้พัฒนา dragoonj
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remind me!",
    "description": "Schedule recurring reminders.",
    "version": "0.1.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Configure Reminders",
        "default_popup": "ui.html"
    },
    "icons": {
        "16": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-16.png",
        "32": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-32.png",
        "48": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-48.png",
        "128": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-128.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications"
    ],
    "manifest_version": 2
}