Reminder
Create simple reminders with this chrome extension. Input message and time and you are set.
Τι είναι το Reminder;
Το Reminder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Andy Young, και η κύρια λειτουργία του είναι "Create simple reminders with this chrome extension. Input message and time and you are set.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Reminder
Λήψη αρχείων επέκτασης Reminder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Simple, fast, and elegant Reminder chrome extension. It will keep track of everything in the background, and remind you when it is time.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Reminder |
ID | jllcblicpghgjfoldcphpiekbmoamflm |
Επίσημο URL | https://chromewebstore.google.com/detail/reminder/jllcblicpghgjfoldcphpiekbmoamflm |
Περιγραφή | Create simple reminders with this chrome extension. Input message and time and you are set. |
Μέγεθος Αρχείου | 94.52 KB |
Αριθμός Εγκαταστάσεων | 16 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2018-03-10 |
Ημερομηνία Δημοσίευσης | 2018-03-09 |
Προγραμματιστής | Andy Young |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reminder", "description": "Create simple reminders with this chrome extension. Input message and time and you are set.", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "notifications" ], "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html" } } |