link-loop

πŸ”— LinkLoop – Visualize Your Web Browsing as a Graph

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.

LinkLoop Graph Screenshot


✨ Features


πŸ›  How It Works


πŸš€ Getting Started

1. Clone the repo

git clone https://github.com/yourusername/linkloop-extension.git
cd linkloop-extension

2. Load the extension in Chrome

  1. Go to chrome://extensions
  2. Enable Developer Mode
  3. Click β€œLoad unpacked”
  4. Select the folder where this repo is located

πŸ“‚ Folder Structure

πŸ“ 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

πŸ“Έ Screenshots

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.


πŸ›‘οΈ Privacy & Permissions

LinkLoop uses the following permissions:


πŸ“¦ Build for Web Store

To publish:

  1. Create a .zip of the extension files (exclude .git, node_modules, etc.)
  2. Go to the Chrome Web Store Developer Dashboard
  3. Upload your .zip, write your listing, and submit for review

πŸ™Œ Contributing

Pull requests are welcome! If you have ideas for better visualizations, analytics, or UI improvements β€” open an issue or fork and PR.


πŸ“ƒ License

MIT License Β© 2025 [Your Name]