toss-extension

Toss Pro V2

AI Context Bridge & Productivity Extension for Chrome

Toss Pro connects your browsing context directly to your AI tools (Claude, ChatGPT) and your knowledge base (Notion). It eliminates copy-paste friction and enables powerful comparison workflows.

🚀 Features

🛠 Installation

Developer Mode (From Source)

  1. Clone this repository.
  2. Install dependencies:
    pnpm install
    
  3. Start the development server:
    pnpm -C apps/extension dev
    
  4. Open Chrome and navigate to chrome://extensions.
  5. Enable “Developer mode” (top right).
  6. Click “Load unpacked” and select the apps/extension/build/chrome-mv3-dev folder.

Production Build

  1. Run the build command:
    pnpm -C apps/extension build
    
  2. Load the apps/extension/build/chrome-mv3-prod folder in Chrome.

⚙️ Configuration

1. AI Models

2. Notion Integration (Secure Backend OAuth)

✅ Verification

pnpm verify:extension

This runs the extension unit tests and validates the local backend endpoint used for MCP calls.

🔐 Security Review

See SECURITY_REVIEW.md for the formal review checklist.

📖 Usage Guide

Right-Click Menu Select any text, right-click, and choose Toss Pro:

The Side Panel

Appearance

Diagnostics (Optional)

🤝 Contributing

  1. Fork the repo.
  2. Create a feature branch (git checkout -b feature/amazing-feature).
  3. Commit changes (git commit -m 'Add amazing feature').
  4. Push to branch (git push origin feature/amazing-feature).
  5. Open a Pull Request.

🔒 Privacy

See PRIVACY.md for details.