Quick Reminders

Quick Reminders

Quick Remindersคืออะไร?

Quick Reminders เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sol H และคุณลักษณะหลักของมันคือ "Quick Reminders"

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

screenshot

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

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

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

                        Use Quick Reminders to quickly create a reminder to pop up in your browser after a specified time. 

Our beautiful and easy-to-use interface allows you to easily add a task (e.g. Follow up with Bill) and select when we should remind you about it. Choose from preset time slots (5 minutes, 15 minutes, 1 hour, etc) or select a custom time/date and we will remind you to follow up on your tasks.                    

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

ชื่อ Quick Reminders Quick Reminders
ID jpedaefjgnljfpapghlhplhjpnoamfkd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/quick-reminders/jpedaefjgnljfpapghlhplhjpnoamfkd
คำอธิบาย Quick Reminders
ขนาดไฟล์ 596 KB
จำนวนการติดตั้ง 687
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-02-01
วันที่เผยแพร่ 2016-02-01
คะแนน 4.20/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Sol H
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "32",
    "name": "Quick Reminders",
    "description": "Quick Reminders",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "newReminder.html",
        "default_title": "Quick Reminders"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "notifications"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}