Reminders

This extension puts simple reminders right in your browser!

Remindersคืออะไร?

Reminders เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Trent Mervine และคุณลักษณะหลักของมันคือ "This extension puts simple reminders right in your browser!"

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

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

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

                        The easiest way to set simple reminders to help you stay organized and on time. The world's simplest task manager.                    

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

ชื่อ Reminders Reminders
ID ipkjhbpbaboabfiamdjelkohonaacbnf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reminders/ipkjhbpbaboabfiamdjelkohonaacbnf
คำอธิบาย This extension puts simple reminders right in your browser!
ขนาดไฟล์ 773 KB
จำนวนการติดตั้ง 68
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2016-07-12
วันที่เผยแพร่ 2016-07-12
คะแนน 4.14/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Trent Mervine
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reminders",
    "description": "This extension puts simple reminders right in your browser!",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": {
            "128": "icons\/128.png",
            "48": "icons\/48.png",
            "32": "icons\/32.png",
            "16": "icons\/16.png"
        },
        "default_popup": "todos.html"
    },
    "background": {
        "scripts": [
            "moment.min.js",
            "chrome-storage-promise.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ]
}