Content Idea Generator
Generate content ideas based on the page you're on.
creator
PlugThis prompt
Build a Chrome extension called "Content Idea Generator" that, with one click in the popup, sends the current page's main article text plus the user's niche/audience (set in options) to GPT-4 with a prompt to produce 10 content ideas across formats (tweet thread, LinkedIn post, YouTube short, blog post outline). Show ideas as cards; click to copy or to expand into a full draft. Save ideas to a history list in chrome.storage. User-supplied OpenAI key. Permissions: storage, activeTab. Host permissions: <all_urls>, https://api.openai.com/*. Manifest V3.
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.