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
- 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.