Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simplecyber/key-logger
https://github.com/simplecyber/key-logger
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simplecyber/key-logger
- Owner: SimpleCyber
- Created: 2024-10-15T17:53:41.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-15T18:00:18.000Z (3 months ago)
- Last Synced: 2024-10-17T01:39:51.976Z (3 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Browser Key Logger - Chrome Extension
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.
## Features
1. **Key Logging:**
- Logs every key press excluding system keys like `CapsLock`, `Shift`, `Control`, etc.
- Replaces `Backspace` with the 🎃 emoji and handles `Enter` as a newline.
- Option to clear the logs.## Installation
1. Clone this repository:
```bash
git clone https://github.com/SimpleCyber/Key-Logger.git
```2. Open Chrome and navigate to `chrome://extensions/`.
3. Enable **Developer mode** by toggling the switch on the top-right.
4. Click on **Load unpacked** and select the directory where you cloned this repository.
5. The extension should now be visible and ready to use!
---
GitHub Repository: [Browser Key Logger](https://github.com/SimpleCyber/Key-Logger)