Article Question Answerer

Ask questions about any open article.

ai
PlugThis prompt
Build a Chrome extension called "Article Q&A" that lets the user ask questions about the current page. A side panel includes a chat input. On submit, send the page's extracted article text plus the question to GPT-4 with a system prompt to answer strictly from the article, citing the relevant sentence. Keep chat history per page in chrome.storage. Provide a "clear chat" button and an option to enable cross-page memory. User-supplied OpenAI key. Permissions: storage, activeTab, sidePanel. Host permissions: <all_urls>, https://api.openai.com/*. Manifest V3.

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