NoKey - A Stupid Password Keeper is a lightweight Chrome/Edge extension designed to simplify your daily development workflow. It allows you to securely store and manage login credentials locally using the browser's IndexedDB.
With its simple interface, you can quickly add, retrieve, and copy usernames and passwords, eliminating the need to search through files or notes. NoKey is perfect for developers and tech professionals who need a no-fuss solution for managing admin accounts and other login information.
All data is stored locally, ensuring privacy and quick access. Download NoKey today and streamline your workflow!
On the extension’s page, click the Get to install.
It is not deployed to Chrome Extension Store yet. So, instead of installing the extension from the Store, we'll have to install it locally.
Clone this repository and follow the instructions below.
Note: Select the src directory which contains the extension's source files, such as manifest.json, and then click the Select Folder button.
NoKey is perfect for:
- Developers managing multiple admin accounts or testing environments.
- Tech Professionals who need a secure and simple way to store and access login information.
- Anyone tired of juggling passwords in unsecured files or notes.
- Local Storage: Your data is stored locally and never transmitted over the internet.
- No External Servers: NoKey doesn’t rely on cloud storage or third-party servers, ensuring your credentials remain private.
- The security boundary imposed on IndexedDB prevents applications from accessing data with a different origin.
- Add Credentials: Click the NoKey icon in your browser toolbar and use the "Add" button to store new login details.
- Retrieve Credentials: View your saved credentials in a clean, organized list.
- Copy to Clipboard: Click the copy icon next to any username or password to quickly paste it where needed.


We’d love to hear your thoughts! If you have any feedback, feature requests, or issues, please open an issue.
The module is released under the MIT license.