A Chrome Extension that converts images of tables or charts into downloadable CSV files using the OpenRouter API.
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" in the top right
- Click "Load unpacked" and select this directory
- The extension icon will appear in your toolbar
- Click the extension icon and select "Settings"
- Add your OpenRouter API key (get one at openrouter.ai/keys)
- Optionally customize the model and prompt
- Copy an image of a table or chart to your clipboard
- Click the CSV Everything extension icon
- Click "Convert Image to CSV"
- Choose where to save the generated CSV file
manifest.json- Extension configurationpopup.html- Main popup interfacepopup.js- Main extension logicoptions.html- Settings pageoptions.js- Settings page logicicons/- Extension icons (SVG placeholders)
- Reads images from clipboard
- Configurable OpenRouter models
- Custom prompts for different data types
- Error handling for all edge cases
- Native Chrome download integration