Rverity for Chrome Extension

Capture your browsing context automatically. Build a searchable archive of every article, research session, and important webpage you visit.

$ Direct One-Click Connection (Coming Soon) or load unpacked extension

Features

Everything you need to capture and organize your digital context

Automatic page visit tracking capturing URL, title, and visit timestamp
Bookmark capture on creation preserving your curated content collection
Text selection capture with keyboard shortcut for highlighting important passages
Modern popup interface with gradient design and intuitive navigation
Real-time search functionality with instant results as you type
Comprehensive settings page for fine-tuned control over capture behavior
Privacy controls including domain blacklist and whitelist management
Incognito mode respect ensuring private browsing stays private
Offline queue storing up to 100 items locally during network interruptions
Manifest V3 compliance following Chrome's latest extension standards
Three keyboard shortcuts for quick access to core functionality
Smart filtering with pattern-based exclusion rules

Setup Guide

Get started in minutes with our step-by-step guide

1

Build Extension

Clone the repository and build the extension using npm. This compiles TypeScript and bundles all assets.

cd extensions/chrome npm install npm run build
2

Load in Chrome

Enable Developer Mode in Chrome's extension settings and load the unpacked extension from the dist folder.

chrome://extensions → Enable Developer Mode → Load Unpacked → Select dist folder
3

Configure Settings

Right-click the extension icon and select Options to configure your API key, endpoint, and privacy preferences.

Required: API Key, Endpoint URL Optional: Auto-capture toggles, Privacy filters, Exclusion patterns

Example

Code Example
// Keyboard Shortcuts
// Ctrl+Shift+K - Open extension popup
// Ctrl+Shift+F - Quick search across all captured pages
// Ctrl+Shift+S - Capture currently selected text

// Privacy Controls
// Blacklist specific domains to never capture
// Example: *.bank.com, *.private-site.com
// Whitelist mode to only capture specific domains
// Respect incognito mode setting

// Offline Support
// Extension queues up to 100 items locally
// Automatic synchronization when connection restored
// Visual indicator shows queue size and sync status