Did you know there's a Simple English Wikipedia? This Chrome extension will let you know if there is a Simple English version of the article you're reading. If one does not exist, it will use Claude or ChatGPT to help simplify it for you.
You can download it from the Chrome Web Store.
- Navigate to any Wikipedia article
- Look for the button near the article title
- The button will display:
- "Go to Simple Wikipedia" (blue) - if a simpler version exists
- "Simplify with Claude" (orange) or "Simplify with ChatGPT" (black) - based on your settings
- Click "Simplify with [Claude/ChatGPT]"
- Extension opens the chosen service in a new tab (claude.ai/new or chatgpt.com)
- Wikipedia content is automatically submitted with simplification prompt
- Clone this repository:
git clone https://github.com/mattsayar/simple-wikiclaudia.git cd simple-wikiclaudia - Build the extension:
npm run build
- Load in Chrome:
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer mode" (toggle in top right)
- Click "Load unpacked" and select the
build/directory
- Open Chrome and navigate to
- The extension is now ready to use!
- storage: Persistent settings and temporary content storage
- tabs: Tab creation and management for AI services
- host_permissions:
https://*.wikipedia.org/*- Wikipedia article detection and content extractionhttps://claude.ai/*- Claude auto-paste functionality and login handlinghttps://chatgpt.com/*- ChatGPT auto-paste functionalityhttps://simple.wikipedia.org/*- Simple English Wikipedia availability checks
- Article Detection: Identifies Wikipedia articles vs. special pages
- Title Extraction: Parses clean article titles from URLs
- Content Cleaning: Removes infoboxes, tables, references, and navigation
- Storage Management: Temporarily stores content with expiration handling
- ✅ Chrome: Full support (primary target)
- ✅ Edge: Compatible with Manifest V3
⚠️ Firefox: Would require Manifest V2 adaptation
- No Data Collection: Extension doesn't collect or transmit personal data
- Local Storage Only: Content stored temporarily in browser's local storage
- Automatic Cleanup: Temporary content expires and is cleaned up
- Secure Communication: All requests use HTTPS
- Permission Minimal: Only requests necessary permissions
- Open Source: Full code available for inspection
For complete privacy information, see our Privacy Policy.
