Site Reminder
Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."
Τι είναι το Site Reminder;
Το Site Reminder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Boutell.Com, Inc., και η κύρια λειτουργία του είναι "Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account."".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Site Reminder
Λήψη αρχείων επέκτασης Site Reminder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Ever have trouble remembering not to tweet personal stuff from the company account? I do that all the time. It's an easy problem to solve. Just click Site Reminder to set up personal reminders for websites and individual pages.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Site Reminder |
ID | fldphedalmbldmnahnoijjlkdhgmkgan |
Επίσημο URL | https://chromewebstore.google.com/detail/site-reminder/fldphedalmbldmnahnoijjlkdhgmkgan |
Περιγραφή | Add custom reminders at the top of any page or site, like "don't forget this is the company's Twitter account." |
Μέγεθος Αρχείου | 12.49 KB |
Αριθμός Εγκαταστάσεων | 478 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2013-09-30 |
Ημερομηνία Δημοσίευσης | 2013-09-29 |
Αξιολόγηση | 4.43/5 Συνολικά 21 Αξιολογήσεις |
Προγραμματιστής | Boutell.Com, Inc. |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Site Reminder", "version": "1.0.3", "manifest_version": 2, "description": "Add custom reminders at the top of any page or site, like \"don't forget this is the company's Twitter account.\"", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "icons": [ "icon.png", "large-icon.png" ], "default_popup": "backendController.html" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "warning.html" ] } |