To-do Reminder

This extension allows to set reminders and open specified URL's at scheduled time

To-do Reminderคืออะไร?

To-do Reminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gdhuper และคุณลักษณะหลักของมันคือ "This extension allows to set reminders and open specified URL's at scheduled time "

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย To-do Reminder

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

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

                        A simple to-do reminder extension for chrome to keep up with your busy schedule.  This extension is in beta phase at the moment, so feel free to leave any comments about any error or things you feel are missing.                    

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

ชื่อ To-do Reminder To-do Reminder
ID cofhppimpcmdpdealgaljnifllmiiplk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/to-do-reminder/cofhppimpcmdpdealgaljnifllmiiplk
คำอธิบาย This extension allows to set reminders and open specified URL's at scheduled time
ขนาดไฟล์ 1.53 MB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2017-03-17
วันที่เผยแพร่ 2017-03-17
ผู้พัฒนา gdhuper
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "To-do Reminder",
    "description": "This extension allows to set reminders and open specified URL's at scheduled time ",
    "version": "1.2",
    "browser_action": {
        "default_icon": "alarm.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "https:\/\/ajax.googleapis.com\/"
    ]
}