What makes Knowledge Tooltip different
Knowledge Tooltip brings information to you where you need it, eliminating the need to leave your current page or open new tabs. The extension provides five specialized knowledge tabs, each designed for a specific type of information:Summary
Wikipedia article summaries with thumbnails and direct links to learn more
Define
Dictionary definitions with phonetics, audio pronunciation, and etymology
Facts
Structured quick facts from Wikidata like dates, population, nationality, and more
AI
Ask follow-up questions or get simple explanations using OpenAI (requires API key)
Translate
Translate between English and Arabic using AI (beta, requires API key)
Bilingual Support
Full English and Arabic interface with automatic language detection
How it works
The extension uses a clean, privacy-first architecture:- Content script (
content.js) runs on every page, handling text selection and building the tooltip UI - Background service worker (
background.js) makes all external API calls to avoid CORS issues - Popup interface (
popup.html,popup.js) manages your settings and preferences
Your data stays private. No analytics, no tracking, no data collection. Selected text is sent directly to the relevant API (Wikipedia, OpenAI, etc.) and nowhere else.
Knowledge sources
Knowledge Tooltip integrates with multiple trusted APIs:| Tab | Data Source | API Key Required |
|---|---|---|
| Summary | Wikipedia REST API, Wikipedia Search API | No |
| Define | Wiktionary REST API, Free Dictionary API | No |
| Facts | Wikidata Search API, Wikidata Entity API | No |
| AI | OpenAI Chat Completions (gpt-5-nano) | Yes |
| Translate | OpenAI Chat Completions | Yes |
The Summary, Define, and Facts tabs work immediately after installation. AI and Translate features require you to add your own OpenAI API key in the extension settings.
Quick start
Installation
Load the extension in Chrome or any Chromium browser
Quickstart Guide
Get from installation to your first tooltip in under 2 minutes
Configuration
Configure language preferences and OpenAI API key
Features
Explore all five knowledge tabs in detail
Browser compatibility
Knowledge Tooltip works on all Chromium-based browsers:- Chrome
- Edge
- Brave
- Opera
- Vivaldi