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

  1. Sign in to PlugThis and open the chat input.
  2. Copy the prompt above and paste it into the chat.
  3. PlugThis generates the full Manifest V3 extension in 60-90 seconds.
  4. Download the zip, extract it, and load it via chrome://extensions developer mode.

Related ideas