Pwd#
Pwdhash 1.7 for Chrome. Press ctrl+\ to fill in password fields.
What is Pwd#?
Pwd# is a Chrome extension developed by https://phill84.org, and its main feature is "Pwdhash 1.7 for Chrome. Press ctrl+\ to fill in password fields.".
Extension Screenshots
Download Pwd# Extension CRX File
Download Pwd# 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
Chrome extension based on PwdHash 1.7 Usage: - click icon to open popup page and save master password - press ctrl+\ to fill in all password input on page (including iframes), page doesn’t necessarily need to be completely loaded, hashed password is copied into clipboard so that it's possible to manually paste it in case autofill doesn't work - double click on a filled password input to show unmasked password
Extension Basic Information
Name | Pwd# |
ID | banbidfnbpjlkeegobegafaalkcneihe |
Official URL | https://chromewebstore.google.com/detail/pwd/banbidfnbpjlkeegobegafaalkcneihe |
Description | Pwdhash 1.7 for Chrome. Press ctrl+\ to fill in password fields. |
File Size | 126 KB |
Installation Count | 23 |
Current Version | 0.3 |
Last Updated | 2012-12-28 |
Publish Date | 2012-12-28 |
Rating | 3.00/5 Total 2 Ratings |
Developer | https://phill84.org |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pwd#", "version": "0.3", "description": "Pwdhash 1.7 for Chrome. Press ctrl+\\ to fill in password fields.", "icons": { "16": "ico\/hash16.png", "48": "ico\/hash48.png", "128": "ico\/hash128.png" }, "permissions": [ "storage", "clipboardWrite" ], "content_scripts": [ { "all_frames": true, "js": [ "pwdhash.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "background": { "page": "background.html" }, "browser_action": { "default_title": "Pwd#", "default_icon": "ico\/hash16.png", "default_popup": "popup.html" } } |