MyReminder Plugin

This extension is used to simply set time based reminders

MyReminder Plugin क्या है?

MyReminder Plugin xxnations द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is used to simply set time based reminders"।

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

screenshot
screenshot

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

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

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

                        MyReminder

* A simple extension to set quick reminders
* You will never miss an notification even on browser or machine restart
* You will get missed notifications on browser restart
* Quick shortcuts for setting time
* Simple and clear user interface
* Quick Panel to see upcoming reminders
* Option to delete any reminder
* Notifications don't go away till you click on it.                    

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

नाम MyReminder Plugin MyReminder Plugin
ID mgimgbbcalnbghoaanhcheipioodieil
आधिकारिक URL https://chromewebstore.google.com/detail/myreminder-plugin/mgimgbbcalnbghoaanhcheipioodieil
विवरण This extension is used to simply set time based reminders
फ़ाइल का आकार 659 KB
स्थापना संख्या 47
वर्तमान संस्करण 1.10
अंतिम अपडेट 2018-07-20
प्रकाशन तिथि 2018-07-19
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर xxnations
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MyReminder Plugin",
    "description": "This extension is used to simply set time based reminders",
    "version": "1.10",
    "author": "xxnations",
    "browser_action": {
        "default_icon": "images\/icons\/reminder.png",
        "default_popup": "myreminder.html"
    },
    "permissions": [
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/notification.js",
            "js\/localstorage.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "images\/icons\/reminder16x16.png",
        "48": "images\/icons\/reminder48x48.png",
        "128": "images\/icons\/reminder128x128.png"
    }
}