Link Tracker is a Chrome extension that allows you to track link clicks and observe the time duration.
To install the Link Tracker extension, follow these steps:
- Download the source code from GitHub.
- Open Chrome and go to chrome://extensions.
- Turn on Developer mode.
- Click on Load unpacked.
- Select the directory where you downloaded the source code.
Once you have installed the extension, simply browse the web as you normally would. Whenever you click on a link, the extension will record the URL of the link and the time duration between the click and the page load. This data is then sent to the background script, which can be configured to send it to your server or store it locally.
You can customize the extension to fit your specific needs by modifying the source code. For example, you can change the way the data is sent to the background script, or add additional fields to the data object.
This project is licensed under the MIT License - see the LICENSE file for details.
If you find a bug or have a feature request, please create an issue on GitHub. If you want to contribute to the project, please submit a pull request.