Link Checker

★★★★★
★★★★★
4,000+ users
<
>
Nike Tiempo Legend 10 Academy IC 'Mad Ambition Pack' | Blue | Men's Size 10.5
★★★★★
★★★★★
SodaStream Terra Sparkling Water Maker - Red
★★★★★
★★★★★
Ambient Weather Ws-2700 Advanced Wireless Weather Station w/ 1 Sensor
★★★★★
★★★★★
Google Gift Card, Google Play,
★★★★★
★★★★★
Anchor Stranded Cotton Color 874
★★★★★
★★★★★
Wheelchair Basketball Paralympics Sticker
★★★★★
★★★★★

Fork me: http://github.com/myshen/chrom e-extension-linkchecker
Please leave requests/comments/suggestions/PRs/etc on github!

Known issues (2015-02-17):
2.0.0 - link checking won't start; open Options, delete blacklist, click Save. Upgrade to 2.0.1

Quick and dirty checking of links in page using XHR.

Failed links are dumped in the console.
Green links returned status code in range [200, 400)
Red links returned error code.
Blue links timed out or there was some error sending the HTTP request.
Gray links are blacklisted

HTTP HEAD is tried first, then GET.

Icon image: Wikimedia External link icon rasterized from SVG.

Changelog
========
2.0.1 - Fix unable to start without blacklist
2.0.0 - Allow blacklisting, rewrite to allow fewer simultaneous requests
1.3.0 - Update to manifest version 2 away from deprecated version 1
1.2.1 - Added clearing feature
Related