Open Issues Need Help
View All on GitHub Implement initial Chrome extension files and structure about 2 months ago
AI Summary: Create the initial file structure and core functionality for a Chrome extension that downloads code blocks from ChatGPT conversations as zip files. This includes creating the manifest file, content scripts, popup UI, and integrating the JSZip library for zip file creation. The extension should handle code detection, filename extraction from comments or markdown headers, monthly usage tracking (with a 10-download limit), and a floating action button for initiating downloads. Thorough testing on chat.openai.com is required.
Complexity:
4/5
enhancement good first issue