rminder - WinTenDev

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

rminder - WinTenDev क्या है?

rminder - WinTenDev kholid060 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that will remind you to correct your posture, drink water, blink, and stretch"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में rminder - WinTenDev एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}