Export beautiful AI-generated tables from ChatGPT, Gemini, Claude and more as high-quality images.
TableSnap AI is a Chrome / Edge extension that turns AI-generated tables into polished PNG or JPG images for reports, slides, notes, documentation, and sharing.
Screenshot placeholders:
- Popup settings panel
- Export Preview Editor
- Apple theme export
- Dark Glass theme export
- Export AI tables as PNG or JPG
- Copy table images to the clipboard
- Edit export style before downloading with Export Preview Editor
- Preserve images, links, lists, bold text, emoji, and SVG icons
- Export all detected tables on the current page
- Themes: Apple, Notion, Minimal, Dark Glass
- High-resolution scale: 1x, 2x, 3x, 4x
- Complete long-table export through Beautify Mode
- Chinese / English interface with automatic browser-language detection
- ChatGPT
- Google Gemini
- Claude
- Standard HTML table pages
- Open Chrome or Edge and go to
chrome://extensions - Enable Developer mode
- Click “Load unpacked”
- Select this project folder
- Refresh your target AI page after installing or updating
npm run buildThen load the generated dist/ folder from chrome://extensions.
This project intentionally keeps the extension lightweight. Manifest V3 loads source files in a fixed order without a heavy bundler.
npm run devThe dev command rebuilds dist/ when files change. Reload the extension manually after rebuilding.
The product landing page lives in website/ and is built with React, Vite, Tailwind CSS, and Framer Motion.
Install website dependencies:
npm --prefix website installRun the landing page locally:
npm run dev:websiteBuild the landing page:
npm run build:websitePreview the production build:
npm run preview:websitenpm run buildThe build script copies extension runtime files into dist/.
npm run zipThis generates:
tablesnap-ai-v0.2.0.zip
Use this zip for Chrome Web Store upload.
Runtime UI strings live in src/i18n/locales/. The extension currently supports:
zh-CNen-US
To add a new language, create a new locale file, register it in src/i18n/index.js, and add the script to manifest.json and the popup loader.
- Review STORE_LISTING.md
- Review PRIVACY.md
- Review RELEASE_CHECKLIST.md
- Prepare real store screenshots
- Prepare a public privacy-policy URL required by Chrome Web Store
TableSnap AI does not upload user content. Table detection, preview rendering, image generation, clipboard copy, and downloads all happen locally in the browser.
See PRIVACY.md.
- Export code blocks as images
- Export AI answers as cards
- More themes
- PDF export
- Chrome Web Store release
License placeholder. Add the final license before public release.