Research Paper Tracker
Save and tag research papers across sites.
research
PlugThis prompt
Build a Chrome extension called "Research Paper Tracker" that detects when the user is on an arXiv, Semantic Scholar, or DOI page. Inject a "Save paper" button that captures title, authors, abstract, year, venue, and PDF URL into a library in chrome.storage. Full-page library view supports tags, folders, full-text search across abstracts, and BibTeX export. Permissions: storage, activeTab. Host permissions: https://arxiv.org/*, https://www.semanticscholar.org/*, https://doi.org/*. Manifest V3 with content script.
How to build it in 3 minutes
- Sign in to PlugThis and open the chat input.
- Copy the prompt above and paste it into the chat.
- PlugThis generates the full Manifest V3 extension in 60-90 seconds.
- Download the zip, extract it, and load it via
chrome://extensionsdeveloper mode.