Skip to content

Commit

Permalink
Removed unneeded and potentially confusing info from README.md since …
Browse files Browse the repository at this point in the history
…we have a proper multi-user chrome store organization for maintaining the extension.
  • Loading branch information
heavensrevenge committed Jan 11, 2025
1 parent 32d6df6 commit d276d4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
19 changes: 5 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,17 @@ This technique has been widely used since 2003 and is 100% compatible with the o
**_PLEASE Export your profile data_** it is advisable to always keep a back-up of your current profile data.

# Installation
### Chrome and other Chromium based browsers:
From the Chrome Web Store:
1. [PasswordMaker Pro](https://chromewebstore.google.com/detail/passwordmaker-pro/lnhofcfhehhcbccpmdmdpjncdoihmkkh)
2. [PasswordMaker (.org)](https://chromewebstore.google.com/detail/passwordmaker-org/fckpmekmkjglpmdcbfkchimdelcjiipd)
### Chrome, Brave, Edge, Opera, Vivaldi and other Chromium based browsers:
https://chromewebstore.google.com/detail/passwordmaker-pro/lnhofcfhehhcbccpmdmdpjncdoihmkkh

### Firefox:
From Mozilla AMO: https://addons.mozilla.org/en-US/firefox/addon/firefox-passwordmaker-pro/
https://addons.mozilla.org/en-US/firefox/addon/firefox-passwordmaker-pro/

# Status of this project

## Update 2023-12-12 by [@heavensrevenge](https://github.com/heavensrevenge)
## Update 2025-01-10 by [@heavensrevenge](https://github.com/heavensrevenge)

There are two equivalent extensions on the Chrome Web Store, they are exactly the same and will be updated at the same time:

1. [PasswordMaker Pro](https://chromewebstore.google.com/detail/passwordmaker-pro/lnhofcfhehhcbccpmdmdpjncdoihmkkh)
2. [PasswordMaker (.org)](https://chromewebstore.google.com/detail/passwordmaker-org/fckpmekmkjglpmdcbfkchimdelcjiipd)

### Update 2021-05-16 by [@GitTom](https://github.com/GitTom)

I applied some minor updates and created a new Chrome Web Store listing under the name "PasswordMaker (.org)".
Still improving and maintaining the codebase for Chrome, Brave, Edge, Opera, Vivaldi and Firefox.

### Update 2014-07-13 by [@heavensrevenge](https://github.com/heavensrevenge)

Expand Down
3 changes: 1 addition & 2 deletions html/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
<label for="verificationCode">Verification Code:</label>
<input id="verificationCode" readonly tabindex="-1">
</div>
<div id="username_row" title="
Note: Changing the user name here will result in a different password being generated.">
<div id="username_row" title="Note: Changing the user name here will result in a different password being generated.">
<label for="username">Username:</label>
<input id="username" autocomplete="off" placeholder="Set in Profile Settings">
</div>
Expand Down

0 comments on commit d276d4e

Please sign in to comment.