Chrome Extension — CHERP Capture
CHERP Capture is a Chrome extension (also works in Arc and other Chromium browsers) for capturing hotel, venue, and brand images while browsing the web.
Features
- Capture images from any website — photos, logos (including SVGs), and Instagram screenshots
- Search existing hotels, venues, or brands in Chirk and add images to them
- Create new entities directly from the extension
- Smart image classification — auto-detects logos, exteriors, interiors, rooms, food/drink, amenities
- Logo routing — logos detected on hotel or venue pages are automatically saved to the linked brand, not the property
- Color palette extraction — captures dominant brand colors from the page and saves them to brand records
- Pick mode — hover and click individual images (including SVGs) on the page instead of bulk capture
- Instagram support — detects Instagram pages, captures profile pictures as logos
How to Use
- Navigate to a hotel, venue, or brand website
- Click the CHERP icon in the toolbar — the sidebar (or popup) opens with captured page data
- Choose entity type — Hotel, Venue, or Brand
- Search or create — find an existing entity in Chirk or create a new one
- Review images — select or deselect images, use Pick mode to grab specific ones, use All/None to toggle
- Save — images are saved to the entity; logos are routed to the linked brand automatically
Installation
From zip (recommended)
- Unzip the
cherp-capture-extension.zipfile - Open Chrome or Arc and go to
chrome://extensions/ - Enable Developer mode (top right)
- Click Load unpacked and select the unzipped folder
Building from source
cd chrome-extension
npm install
bash build-extension.shThe built extension outputs to ~/cherp-capture-extension.
Configuration
The API URL and key are baked in at build time via environment variables (VITE_CHERP_API_URL and VITE_CHERP_API_KEY). No manual configuration is needed after install.
If you need to override settings, click the gear icon in the extension UI.
Browser Compatibility
| Browser | Panel Type |
|---|---|
| Chrome / Edge | Side panel (stays open alongside the page) |
| Arc / other Chromium | Popup window (fallback — Arc doesn’t support sidePanel API) |
Tips
- Pick mode is useful for grabbing a specific logo or hero image without capturing everything on the page
- When capturing from a hotel website, the extension auto-matches the URL to existing hotels in Chirk — if a match is found, it pre-selects the entity
- Color extraction works best on brand or property websites where the primary brand colors are used in the page design
- SVG logos are captured with transparency preserved