rminder - WinTenDev

An extension that will remind you to correct your posture, drink water, blink, and stretch

rminder - WinTenDevคืออะไร?

rminder - WinTenDev เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kholid060 และคุณลักษณะหลักของมันคือ "An extension that will remind you to correct your posture, drink water, blink, and stretch"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension will notify you to drink water, correct your posture, blink, and stretch. Because we often forget to do all that when browsing, and it will affect your health.

You can customize the interval of when you want to notify and the text of the notification, you also can turn off the notification.                    

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

ชื่อ rminder - WinTenDev rminder - WinTenDev
ID kbchhfdklfddnnilmdffaeahipjcabll
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rminder-wintendev/kbchhfdklfddnnilmdffaeahipjcabll
คำอธิบาย An extension that will remind you to correct your posture, drink water, blink, and stretch
ขนาดไฟล์ 386 KB
จำนวนการติดตั้ง 966
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2021-05-26
วันที่เผยแพร่ 2020-12-16
คะแนน 4.55/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา kholid060
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "An extension that will remind you to correct your posture, drink water, blink, and stretch",
    "default_locale": "en",
    "permissions": [
        "notifications",
        "storage",
        "alarms"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "version": "0.2.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}