ShowMEpassword
Have you ever saved a password in chrome, only to forget what it was later? Now you can retrieve saved password. Simply visit the…
Wat is ShowMEpassword?
ShowMEpassword is een Chrome-extensie ontwikkeld door Aregeno, en de belangrijkste functie is "Have you ever saved a password in chrome, only to forget what it was later? Now you can retrieve saved password. Simply visit the…".
Extensie Screenshots
Download het CRX-bestand van de extensie ShowMEpassword
Download ShowMEpassword-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Have you ever saved a password in chrome, only to forget what it was later? Now you can retrieve saved password. Simply visit the page with the save password and click on the key Icon!
Basisinformatie over de Extensie
Naam | |
ID | ceahkoegcgkdipgdaapmjdnhfefbpola |
Officiële URL | https://chromewebstore.google.com/detail/showmepassword/ceahkoegcgkdipgdaapmjdnhfefbpola |
Beschrijving | Have you ever saved a password in chrome, only to forget what it was later? Now you can retrieve saved password. Simply visit the… |
Bestandsgrootte | 5.16 KB |
Aantal Installaties | 26 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2015-07-09 |
Publicatiedatum | 2015-07-09 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Aregeno |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShowMEpassword", "version": "2.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Show me the password!" }, "icons": { "128": "icon.png" }, "manifest_version": 2 } |