MyReminder Plugin

This extension is used to simply set time based reminders

MyReminder Pluginคืออะไร?

MyReminder Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xxnations และคุณลักษณะหลักของมันคือ "This extension is used to simply set time based reminders"

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

screenshot
screenshot

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

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

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

                        MyReminder

* A simple extension to set quick reminders
* You will never miss an notification even on browser or machine restart
* You will get missed notifications on browser restart
* Quick shortcuts for setting time
* Simple and clear user interface
* Quick Panel to see upcoming reminders
* Option to delete any reminder
* Notifications don't go away till you click on it.                    

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

ชื่อ MyReminder Plugin MyReminder Plugin
ID mgimgbbcalnbghoaanhcheipioodieil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/myreminder-plugin/mgimgbbcalnbghoaanhcheipioodieil
คำอธิบาย This extension is used to simply set time based reminders
ขนาดไฟล์ 659 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 1.10
อัปเดตครั้งล่าสุด 2018-07-20
วันที่เผยแพร่ 2018-07-19
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา xxnations
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MyReminder Plugin",
    "description": "This extension is used to simply set time based reminders",
    "version": "1.10",
    "author": "xxnations",
    "browser_action": {
        "default_icon": "images\/icons\/reminder.png",
        "default_popup": "myreminder.html"
    },
    "permissions": [
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/notification.js",
            "js\/localstorage.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "images\/icons\/reminder16x16.png",
        "48": "images\/icons\/reminder48x48.png",
        "128": "images\/icons\/reminder128x128.png"
    }
}