404 Detector is a Chrome extension that answers a small but annoying question every site owner has: are there broken links on this page? Instead of clicking every link by hand, the extension scans the page you are viewing and flags dead links in real time.
The extension is built on Chrome Manifest V3, the current extension standard, with a background service worker handling the link checks and a popup (popup.js) presenting the results. Building it taught me how modern browser extensions are structured: permissions, content scripts and the messaging between them.
JavaScript, Chrome Extensions API (Manifest V3), HTML/CSS



Diğer projelerime de göz atmak ister misiniz?