This proof of concept demonstrates how to use Chrome Web Store (CWS) extensions to capture and retrieve user inputs from web pages.
- Captures form input values
- Monitors text selections
- Tracks keyboard events
- Stores input history
- Provides API to access captured data
- Send input data to remote server
- Clone this repository
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked" and select the project root folder