Remind me!

Schedule recurring reminders.

Remind me! क्या है?

Remind me! dragoonj द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Schedule recurring reminders."।

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

screenshot

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

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

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

                        This extension lets you schedule a reminder to recur regularly, on certain days of the week, during certain hours, with an alert or notification, and a destination URL. I built it mainly to help me remember to log my hours at work.                    

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

नाम Remind me! Remind me!
ID bnhmafacknfmbcjolljkemehpaobjkml
आधिकारिक URL https://chromewebstore.google.com/detail/remind-me/bnhmafacknfmbcjolljkemehpaobjkml
विवरण Schedule recurring reminders.
फ़ाइल का आकार 138 KB
स्थापना संख्या 28
वर्तमान संस्करण 0.1.3
अंतिम अपडेट 2021-04-20
प्रकाशन तिथि 2018-10-29
डेवलपर dragoonj
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remind me!",
    "description": "Schedule recurring reminders.",
    "version": "0.1.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Configure Reminders",
        "default_popup": "ui.html"
    },
    "icons": {
        "16": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-16.png",
        "32": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-32.png",
        "48": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-48.png",
        "128": "bigstock-Alarm-Clock-Icon-Isolated-On-W-252163975-128.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications"
    ],
    "manifest_version": 2
}