Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Sampsoon/hover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hover

Hover over code on any webpage to see documentation. Like your IDE, but everywhere.

Works on documentation sites and AI chat apps like ChatGPT and Claude.

Demo

Demo 2


Installation

Chrome Web Store

Install from Chrome Web Store

Manual Install

  1. Build the extension:
bun install && bun run build
  1. Load in Chrome: Navigate to chrome://extensions → Enable Developer ModeLoad Unpacked → Select the dist_chrome folder

Setup

1. Configure API

Click the extension icon, go to Settings, and add your OpenRouter API key or configure a custom OpenAI client compatible endpoint.

OpenRouter

OpenRouter Settings

Custom Endpoint

Custom Endpoint Settings

2. Configure websites

Set which websites the extension runs on using URL patterns (e.g. *://*.github.com/*).

Website Settings


Development

bun run dev      # Dev server
bun run build    # Production build and lint
bun run lint     # Lint
bun run format   # Format
bun run package  # Build and create hover-extension.zip for Chrome Web Store

Optional: Create .env to bundle an API key into dev builds:

VITE_OPEN_ROUTER_API_KEY=your-key

Testing

See scripts/README.md for evaluation tools.

Known Issues & Future Improvements

See TASKS.md for a list of known issues and planned improvements.

Privacy

See PRIVACY.md for details on data handling.

License

MIT

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published