LinkLoop is a Chrome extension that transforms your browser history into an interactive force-directed graph. It helps you understand your browsing behavior, track page visits over time, and explore how you move through the web.
graph.html
) renders the visualization using D3.js.git clone https://github.com/yourusername/linkloop-extension.git
cd linkloop-extension
chrome://extensions
π linkloop-extension/
βββ manifest.json
βββ background.js
βββ popup.html
βββ popup.js
βββ graph.html
βββ graph.js
βββ d3.v7.min.js
βββ icons/
β βββ icon16.png
β βββ icon48.png
β βββ icon128.png
βββ style.css
βββ README.md
Store-required size: 1280Γ800
You can find example screenshots in the /screenshots
folder or generate your own by opening the graph view and capturing your browser window.
LinkLoop uses the following permissions:
tabs
, history
, storage
, activeTab
To publish:
.zip
of the extension files (exclude .git
, node_modules
, etc.).zip
, write your listing, and submit for reviewPull requests are welcome! If you have ideas for better visualizations, analytics, or UI improvements β open an issue or fork and PR.
MIT License Β© 2025 [Your Name]