Reminders

Create scheduled reminders of different types, such as static text, notification, opening URL in new tab and task.

Τι είναι το Reminders;

Το Reminders είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Eugene D., και η κύρια λειτουργία του είναι "Create scheduled reminders of different types, such as static text, notification, opening URL in new tab and task.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Reminders is a simple and yet functional tool that won't let you forget anything important.

You can create a reminder of four types:
1. Text. A reminder of this type will just be displayed in the list of all reminders and could be removed from there whenever you want.
2. Notification. When creating a reminder of this type you will be required to set the time when the notification with your text will be activated.
3. A new tab. This type is very similar to notification, but instead of notifying it will open a new browser tab with a URL provided by you.
4. Task. Looks like notification but has two buttons which allow you either to mark a reminder as done or postpone the time of its next activation.

Reminders of type 2 and 3 can also have a repeat option. Besides that, these types support playing a small sound when activated, which tune and volume you can set in the extension's options.

UPDATE (1.1.3):
- added possibility to set your own default reminder parameters;
- some minor fixes.

UPDATE (1.1.2):
- some minor fixes.

UPDATE (1.1.1):
- added possibility to change a size of the extension's popup window;
- added possibility to set a custom period of reminder repeating;
- some minor fixes.

UPDATE (1.1.0):
- synchronization between browsers logged in with the same Google account;
- added a new reminder type "Task";
- added a reset button that restores extension's default settings;
- main reminder list is now splitted into the two parts, active and past reminders;
- some minor fixes.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Reminders Reminders
ID aplgdhgdhfeipojcjbhchmolaolealnd
Επίσημο URL https://chromewebstore.google.com/detail/reminders/aplgdhgdhfeipojcjbhchmolaolealnd
Περιγραφή Create scheduled reminders of different types, such as static text, notification, opening URL in new tab and task.
Μέγεθος Αρχείου 1.78 MB
Αριθμός Εγκαταστάσεων 90,000
Τρέχουσα Έκδοση 1.1.3
Τελευταία Ενημέρωση 2018-05-06
Ημερομηνία Δημοσίευσης 2018-05-06
Αξιολόγηση 3.72/5 Συνολικά 149 Αξιολογήσεις
Προγραμματιστής Eugene D.
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "1.1.3",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "author": "Eugene Dyakonov",
    "icons": {
        "16": "images\/icons\/icon_16.png",
        "32": "images\/icons\/icon_32.png",
        "48": "images\/icons\/icon_48.png",
        "64": "images\/icons\/icon_64.png",
        "128": "images\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icons\/icon_bar_19.png",
            "38": "images\/icons\/icon_bar_38.png"
        },
        "default_title": "__MSG_extension_name__",
        "default_popup": "index.html#!\/list"
    },
    "options_page": "index.html#!\/settings",
    "background": {
        "page": "index.html#!\/eventPage"
    },
    "permissions": [
        "alarms",
        "notifications",
        "contextMenus",
        "storage"
    ]
}