One day I was tired of inspecting elements and changing the types, so... this happened.
It's a simple and basic chrome extension for the user to see the passwords stored in chrome (and showed in the input) with the simplest configurations that came to my mind.
- Icon: unlock mobile phone by Rockicon from the Noun Project.
- Getting started: https://medium.com/dailyjs/how-to-build-your-first-chrome-extension-in-5-min-1dbe3eb94575
- Extension permissions: https://developer.chrome.com/docs/extensions/mv3/declare_permissions/
- Debugging extensions: https://developer.chrome.com/docs/extensions/mv2/tut_debugging/