The intelligent, glassmorphic content extractor for the modern web.
grabbr is a high-performance Chrome extension designed for students, researchers, and power users who need to bridge the gap between web content and their knowledge management systems (Obsidian, Notion, Anki).
- Full Page Sequence: Capture entire documents in strict visual order.
- Smart Question Mode: Drills down into quiz layouts to extract Question-Choice pairings automatically.
- Study Mode: Identified answers are hidden by default to let you test yourself. Reveal them with a single toggle.
- Image Context: Automatically grabs
alttext and ARIA labels near content to provide visual context in your notes.
- Adaptive UI: Matches the host page's brightness—automatically switching between Zinc Light and Dark themes.
- True Ghost Mode (Floating UI): Bypasses Chrome popup window limitations by injecting the UI directly into the webpage. This allows for a genuine 15% opacity floating overlay that you can drag and move anywhere on your screen.
- Glassmorphic Design: Built with high-fidelity blurs, subtle borders, and a clean typography palette inspired by Shadcn/UI.
- Markdown Export: Direct-to-Markdown export optimized for Obsidian and Notion.
- CSV Export: Formatted specifically for Anki deck imports and Quizlet.
- Search in Preview: Real-time filtering to find specific items within large scans.
- Auto-Copy: Bypass the UI and send grabb'd content straight to your clipboard.
Clone the repository to your local machine:
git clone https://github.com/katto-1204/grabbr-extension.gitAlternatively, download the Zip file from the "Code" button and extract it.
- Open your Chrome browser and navigate to
chrome://extensions. - In the top right corner, toggle Developer mode to ON.
- Click the Load unpacked button that appears.
- Select the
smart-copierfolder (inside the project directory).
- Click the Puzzle piece icon (Extensions) in your Chrome toolbar.
- Find grabbr and click the Pin icon.
- Click the grabbr icon anytime to start grabbing content!
- Logic: Vanilla JavaScript (Modern ES6+)
- Styling: Vanilla CSS (Custom Variable Architecture)
- Icons: SVG-native for infinite scaling
- Design System: Zinc / Glassmorphism
- Select Mode: Choose your target format (Standard or Formatted).
- Scan: Hit
Scanto see a live preview of what the engine has grabb'd. - Refine: Use the search bar to filter or toggle Study Mode to reveal answers.
- Export: Copy directly or export to
.md/.csvfor your favorite notes app.