A Key-Logger Extension for Chrome
Once the extension is loaded into chrome, each time a key is pressed, the content.js
script retrieves the pressed key and sends it to background.js
script that can perform XMLHttpRequests to send the key and url to the database.