MyReminder Plugin

This extension is used to simply set time based reminders

Τι είναι το MyReminder Plugin;

Το MyReminder Plugin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον xxnations, και η κύρια λειτουργία του είναι "This extension is used to simply set time based reminders".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης MyReminder Plugin

Λήψη αρχείων επέκτασης MyReminder Plugin σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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