Password Reminder
Quickly connect to your favorite services
Qu'est-ce que Password Reminder ?
Password Reminder est une extension Chrome développée par Jonathan Tribouharet, et sa fonction principale est "Quickly connect to your favorite services".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Password Reminder
Téléchargez les fichiers d'extension Password Reminder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Password Reminder |
ID | bpijhpalanelljfkblogadbfloocgice |
URL Officiel | https://chromewebstore.google.com/detail/password-reminder/bpijhpalanelljfkblogadbfloocgice |
Description | Quickly connect to your favorite services |
Taille du Fichier | 1.21 MB |
Nombre d'Installations | 276 |
Version Actuelle | 1.3.2 |
Dernière Mise à Jour | 2015-04-14 |
Date de Publication | 2015-04-14 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | Jonathan Tribouharet |
Type de Paiement | free |
Langues Prises en Charge | 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", " |