Study Flashcard Maker
Turn highlighted text into flashcards.
research
PlugThis prompt
Build a Chrome extension called "Study Flashcard Maker." A context-menu item "Make flashcard from selection" sends the selected text to GPT-4 with a prompt to generate one or more Q/A flashcards. Save cards to a deck in chrome.storage organized by source URL. Full-page review view with spaced-repetition (SM-2) scheduling, daily review queue, and import/export as Anki .csv. User-supplied OpenAI key. Permissions: contextMenus, storage, activeTab. Host permissions: 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.