This Chrome extension logs key presses from users on any webpage and stores them locally. The extension automatically submits the logs when a set word count is reached.
- Key Logging:
- Logs every key press excluding system keys like
CapsLock,Shift,Control, etc. - Replaces
Backspacewith the 🎃 emoji and handlesEnteras a newline. - Option to clear the logs.
- Logs every key press excluding system keys like
-
Clone this repository:
git clone https://github.com/SimpleCyber/Key-Logger.git
-
Open Chrome and navigate to
chrome://extensions/. -
Enable Developer mode by toggling the switch on the top-right.
-
Click on Load unpacked and select the directory where you cloned this repository.
-
The extension should now be visible and ready to use!
GitHub Repository: Browser Key Logger