Web Reminder
Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.
Τι είναι το Web Reminder;
Το Web Reminder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://yarni.net, και η κύρια λειτουργία του είναι "Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Web Reminder
Λήψη αρχείων επέκτασης Web Reminder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Website Reminder helps you to remember to visit the current or recent bookmarked website later or at a certain time. You can define a time period or a specific time, when you want to be remind to visit the web page. Idea from http://requestforstartup.co/ by @MohammadRizeg Please send me feedback, bug reports and feature requests. Use cases: - Blogs, which update periodically - Shopping sites with offers, like Ebay, Amazom co - Job listings - etc Bookmarks are not enough, remember to visit the page! Note: You time must be synchronized automatically, otherwise the alarms will not work properly.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | liibflmbnhcmcfmggbpgajocelbgehcf |
Επίσημο URL | https://chrome.google.com/webstore/detail/web-reminder/liibflmbnhcmcfmggbpgajocelbgehcf |
Περιγραφή | Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time. |
Μέγεθος Αρχείου | 1.08 MB |
Αριθμός Εγκαταστάσεων | 535 |
Τρέχουσα Έκδοση | 1.1.2 |
Τελευταία Ενημέρωση | 2015-08-30 |
Ημερομηνία Δημοσίευσης | 2015-08-30 |
Αξιολόγηση | 4.00/5 Συνολικά 12 Αξιολογήσεις |
Προγραμματιστής | http://yarni.net |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Reminder", "version": "1.1.2", "description": "Website Reminder helps you to remember to visit the current or bookmarked website later or at a certain time.", "browser_action": { "default_icon": "img\/icon64t.png", "default_title": "Reminder Tab", "default_popup": "panel.html" }, "icons": { "128": "img\/icon128n.png" }, "permissions": [ "activeTab", "storage", "alarms", "notifications", "bookmarks", "contextMenus" ], "background": { "persistent": false, "scripts": [ "vendor\/jquery\/dist\/jquery.min.js", "js\/back.js" ] }, "manifest_version": 2 } |