Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juashyam/nokey-password-keeper
NoKey - A Stupid Password Keeper is a Chrome/Edge extension to display records from a JSON file.
https://github.com/juashyam/nokey-password-keeper
browser-extension chrome chrome-extension edge-extension everyday-tasks microsoft-edge password-keeper password-manager utility
Last synced: 13 days ago
JSON representation
NoKey - A Stupid Password Keeper is a Chrome/Edge extension to display records from a JSON file.
- Host: GitHub
- URL: https://github.com/juashyam/nokey-password-keeper
- Owner: juashyam
- License: mit
- Created: 2025-01-25T16:03:56.000Z (14 days ago)
- Default Branch: main
- Last Pushed: 2025-01-25T17:20:15.000Z (14 days ago)
- Last Synced: 2025-01-25T17:24:54.887Z (14 days ago)
- Topics: browser-extension, chrome, chrome-extension, edge-extension, everyday-tasks, microsoft-edge, password-keeper, password-manager, utility
- Language: CSS
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![NoKey - A Stupid Password Keeper](https://github.com/user-attachments/assets/5543a336-5215-42ac-bd37-2c0a2665e226)
NoKey - A Stupid Password Keeper is a Chrome/Edge extension to display records from a JSON file.
## ❗ Disclaimer
It is highly influenced by my personal usage, not ready for production. Please feel free to use it at your discretion.
## 🚀 Installation
Instead of installing the extension from the Store, you'll install it locally, so that you can possibly modify it and quickly test the changes.
Clone this [repository](https://github.com/juashyam/nokey-password-keeper) and follow the instructions below for your respective browser.
[Installation in Chrome](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#load-unpacked)
[Installation in Microsoft Edge](https://learn.microsoft.com/en-us/microsoft-edge/extensions-chromium/getting-started/part1-simple-extension#install-the-sample-locally)
**Note:** Select the **src** directory which contains the extension's source files, such as manifest.json, and then click the Select Folder button.
## 📄 Configuration
Edit `src/data/password.json` file to add/update/delete accounts and reload the extension in browser.
![nokey_configuration](https://github.com/user-attachments/assets/403498ea-190c-4dc2-a230-4217a21dc434)
## 🖥 Preview
![nokey_preview](https://github.com/user-attachments/assets/c3010336-3ada-4f49-8745-50084aa11b5e)
## 🏛️ License
The module is released under the [MIT license](https://github.com/juashyam/nokey-password-keeper/blob/main/LICENSE).