Remind Me

Shows off desktop notifications

Remind Me क्या है?

Remind Me helpfulwebtech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows off desktop notifications"।

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

screenshot

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

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

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

                        Remind Me is a reminder app, which lets you set a reminder.
To put it in one line, "It's an alarm clock on your browser"
Since we spend most of the time on the web, this turns out to be a very useful tool.

Let's you set a time/duration and a message for your reminder. And makes sure that it flashes out right on time, not letting you miss on important tasks.                    

एक्सटेंशन की मूल जानकारी

नाम Remind Me Remind Me
ID lbcagagehgegabogmbnbjblmhodjohoo
आधिकारिक URL https://chromewebstore.google.com/detail/remind-me/lbcagagehgegabogmbnbjblmhodjohoo
विवरण Shows off desktop notifications
फ़ाइल का आकार 781 KB
स्थापना संख्या 20,000
वर्तमान संस्करण v3.3
अंतिम अपडेट 2023-01-08
प्रकाशन तिथि 2020-03-12
रेटिंग 3.36/5 कुल 58 रेटिंग्स
डेवलपर helpfulwebtech
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/notification.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "19": "assets\/icons\/remind-me-logo-19x19.png",
            "38": "assets\/icons\/remind-me-logo-38x38.png"
        },
        "default_popup": "remind-me.html"
    },
    "description": "Shows off desktop notifications",
    "icons": {
        "128": "assets\/icons\/remind-me-logo-128x128.png",
        "16": "assets\/icons\/remind-me-logo-16x16.png",
        "48": "assets\/icons\/remind-me-logo-48x48.png"
    },
    "manifest_version": 3,
    "name": "Remind Me",
    "permissions": [
        "notifications",
        "background",
        "alarms",
        "storage"
    ],
    "short_name": "Remind Me",
    "version": "3.3",
    "version_name": "v3.3",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/alarm_48x48.png",
                "assets\/images\/success_green_thumb_48_48.png",
                "assets\/audio\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}