AI Search Result Summarizer

Summarize Google's top 5 results in a sidebar.

ai
PlugThis prompt
Build a Chrome extension called "SERP Summarizer" that, on any Google search results page, injects a right-hand sidebar. The sidebar fetches the top 5 result pages, extracts their main article text via the service worker, sends them to GPT-4 with a synthesis prompt, and shows a unified summary plus a per-source bullet list with the original URLs. Cache by query for 30 minutes. User-supplied OpenAI key. Permissions: storage, activeTab. Host permissions: https://www.google.com/*, https://api.openai.com/*, <all_urls> for fetching results. 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