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

  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