RemindMeLater (Beta)

Keep track of events while browsing. Never forget another important task again.

Τι είναι το RemindMeLater (Beta);

Το RemindMeLater (Beta) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 10th Planet, και η κύρια λειτουργία του είναι "Keep track of events while browsing. Never forget another important task again.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης RemindMeLater (Beta)

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

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

                        RemindMeLater is a Chrome extension that is used to set reminders while browsing the web.

It's quite simple and easy to use, and can be used in a variety of scenarios, including reminders for,
- A website / article that you want to visit / read later.
- Any websites that you visit regularly.
- Events that you need to be reminded of, at regular intervals.
- A game title release date that you like to be notified of later.
- Watching an upcoming TV show / movie.
Or for just about any situation where you would need a reminder. Just setup a reminder with 'RemindMeLater' and quit worrying about forgetting or overlooking it.

'RemindMeLater' is designed to be customizable (check out the options page) and works while Chrome is working.

It indicates the number of reminders you may have missed, below its icon, on your Google Chrome toolbar (at the side of the address bar). All reminders you create are stored on the machine you create them on.

Note that this extension is currently in Beta.
Please report any bugs or share any suggestions for improvement you may have with us, using the options in the 'Details' or the 'Reviews' tab above.

Updates:
* Using new notification mechanism (as Chrome has deprecated the createHTMLNotifications causing this to break).
* Added option for disabling sound (i.e. only visual notification).                    

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

Όνομα RemindMeLater (Beta) RemindMeLater (Beta)
ID bbmedhbfdlliicamgocngejoonahfbbo
Επίσημο URL https://chromewebstore.google.com/detail/remindmelater-beta/bbmedhbfdlliicamgocngejoonahfbbo
Περιγραφή Keep track of events while browsing. Never forget another important task again.
Μέγεθος Αρχείου 287 KB
Αριθμός Εγκαταστάσεων 277
Τρέχουσα Έκδοση 0.2.17
Τελευταία Ενημέρωση 2013-10-26
Ημερομηνία Δημοσίευσης 2013-10-26
Αξιολόγηση 3.74/5 Συνολικά 23 Αξιολογήσεις
Προγραμματιστής 10th Planet
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extn_name__",
    "version": "0.2.17",
    "description": "__MSG_extn_description__",
    "manifest_version": 2,
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "default_locale": "en",
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "img\/icon48.png",
        "default_title": "__MSG_extn_title__",
        "default_popup": "html\/popup.html"
    },
    "options_page": "prefs\/options.html",
    "minimum_chrome_version": "22.0",
    "permissions": [
        "notifications",
        "tabs"
    ]
}