Password Reminder
Quickly connect to your favorite services
Τι είναι το Password Reminder;
Το Password Reminder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jonathan Tribouharet, και η κύρια λειτουργία του είναι "Quickly connect to your favorite services".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Password Reminder
Λήψη αρχείων επέκτασης Password Reminder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
With this extension you can quickly connect to your services (Facebook, Google, Twitter...) without have to enter you login and password again and again. Your login and password are store on your local computer, no one can access to it except you. This is an open source project, the source are available here: https://github.com/jonathantribouharet/chrome-password-reminder
Βασικές Πληροφορίες Επέκτασης
Όνομα | Password Reminder |
ID | bpijhpalanelljfkblogadbfloocgice |
Επίσημο URL | https://chromewebstore.google.com/detail/password-reminder/bpijhpalanelljfkblogadbfloocgice |
Περιγραφή | Quickly connect to your favorite services |
Μέγεθος Αρχείου | 1.21 MB |
Αριθμός Εγκαταστάσεων | 276 |
Τρέχουσα Έκδοση | 1.3.2 |
Τελευταία Ενημέρωση | 2015-04-14 |
Ημερομηνία Δημοσίευσης | 2015-04-14 |
Αξιολόγηση | 4.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | Jonathan Tribouharet |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Password Reminder", "description": "Quickly connect to your favorite services", "version": "1.3.2", "homepage_url": "https:\/\/github.com\/jonathantribouharet\/chrome-password-reminder", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "permissions": [ "webNavigation", "storage", " |