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…
What is ShowMEpassword?
ShowMEpassword is a Chrome extension developed by Aregeno, and its main feature 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…".
Extension Screenshots
Download ShowMEpassword Extension CRX File
Download ShowMEpassword extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | ceahkoegcgkdipgdaapmjdnhfefbpola |
Official URL | https://chromewebstore.google.com/detail/showmepassword/ceahkoegcgkdipgdaapmjdnhfefbpola |
Description | Have you ever saved a password in chrome, only to forget what it was later? Now you can retrieve saved password. Simply visit the… |
File Size | 5.16 KB |
Installation Count | 26 |
Current Version | 2.0 |
Last Updated | 2015-07-09 |
Publish Date | 2015-07-09 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Aregeno |
Payment Type | free |
Supported Languages | 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 } |