Reminder

Create simple reminders with this chrome extension. Input message and time and you are set.

Reminderคืออะไร?

Reminder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andy Young และคุณลักษณะหลักของมันคือ "Create simple reminders with this chrome extension. Input message and time and you are set."

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

screenshot

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

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

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

                        Simple, fast, and elegant Reminder chrome extension. It will keep track of everything in the background, and remind you when it is time.                    

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

ชื่อ Reminder Reminder
ID jllcblicpghgjfoldcphpiekbmoamflm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reminder/jllcblicpghgjfoldcphpiekbmoamflm
คำอธิบาย Create simple reminders with this chrome extension. Input message and time and you are set.
ขนาดไฟล์ 94.52 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2018-03-10
วันที่เผยแพร่ 2018-03-09
ผู้พัฒนา Andy Young
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reminder",
    "description": "Create simple reminders with this chrome extension. Input message and time and you are set.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}