Remind Me Daily

Periodically remind yourself to off work

Remind Me Dailyคืออะไร?

Remind Me Daily เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Periodically remind yourself to off work"

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

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

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

                        Remind me daily app is used for reminding the things daily which we neglect but important.                    

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

ชื่อ Remind Me Daily Remind Me Daily
ID mdlggkppockhincggookkkfoibpnfpfk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remind-me-daily/mdlggkppockhincggookkkfoibpnfpfk
คำอธิบาย Periodically remind yourself to off work
ขนาดไฟล์ 98.79 KB
จำนวนการติดตั้ง 90
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-09-23
วันที่เผยแพร่ 2016-09-22
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.wtindia.co.in
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remind Me Daily",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Periodically remind yourself to off work",
    "homepage_url": "http:\/\/www.wtindia.co.in",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "notifications",
        "tts"
    ],
    "web_accessible_resources": [
        "icon48.png"
    ]
}