A Chrome extension that shows how your pages will look when shared on Facebook, Twitter, and LinkedIn.
- Live Preview Cards - See exactly how your links appear on Facebook, Twitter, and LinkedIn
- Meta Tag Validation - Warnings for missing or suboptimal OpenGraph tags
- URL Resolution - Works with relative paths,
file://, andlocalhostURLs - Dark Mode - Follows your system theme
- Side Panel UI - Non-intrusive, always visible while browsing
- Clone this repository
- Run
bun install - Run
bun run build - Go to
chrome://extensions - Enable "Developer mode"
- Click "Load unpacked"
- Select the
dist/buildfolder
For file:// URL support, enable "Allow access to file URLs" in extension details.
- Navigate to any webpage
- Click the extension icon in your toolbar
- The side panel shows your page's social preview
- Switch between Facebook, Twitter, and LinkedIn tabs
- Review validation warnings and raw meta tags
bun install # Install dependencies
bun run build # Build for distribution
bun run dev # Watch mode (dev build)
bun run typecheck # Type check
bun run format # Format code
bun run test # Run e2e tests
bun run screenshots # Generate store screenshotsog:title, og:description, og:image, og:url, og:type, og:site_name, og:image:width, og:image:height
twitter:card, twitter:title, twitter:description, twitter:image, twitter:site, twitter:creator
<title>, <meta name="description">, <link rel="canonical">
- Chrome 114+
- Chromium-based browsers (Edge, Brave, Arc, etc.)
This extension:
- Does not collect any data
- Does not make any network requests
- Runs entirely locally in your browser
- Only reads meta tags from pages you visit when you click the icon
MIT - see LICENSE
