Automatically detects retracted research papers as you browse.
- Open Chrome and go to
chrome://extensions/ - Enable Developer mode (toggle in top right)
- Click Load unpacked
- Select the
retraction-checkerfolder
- Detects DOIs from page URLs, meta tags, and text
- Queries the CrossRef API to check for retraction status
- Shows a banner at the top of the page if a retraction is detected
- Results are cached for 24 hours to avoid redundant API calls
manifest.json— Extension configurationcontent.js— Runs on every page; extracts DOIs and checks retraction statusbackground.js— Service worker; manages badge and tab statepopup/popup.html+popup.js— Extension popup UI
- CrossRef API (free, no key required) — Checks paper type, update records, and title keywords for retraction signals