A powerful browser extension for copying mathematical equations in multiple formats, with MathML as the default for perfect MS Word integration.
Available on Chrome Web Store(soon) | GitHub Repository
- MathML as Default: Optimized for MS Word compatibility
- Multiple Formats: MathML, LaTeX, Unicode, and AsciiMath
- Universal Detection: Works with MathJax, KaTeX, and native MathML
- Smart Selection: Multi-select equations with Shift+Click
- Keyboard Shortcuts: Quick access with Alt+M and Alt+Shift+M
- Clipboard History: Track and reuse copied equations
- Statistics: Usage analytics and format preferences
- Right-Click Context Menu: Quick format selection on equations
- Blocked Sites/Pages: Disable extension on specific pages or sites
- Dark Mode: Modern UI with theme support
- Accessibility: Full keyboard navigation and screen reader support
- Export Options: Save clipboard history as JSON
- Hover Tooltips: Visual feedback on math elements
- Visual States: Clear indication of selection and copy status
- Responsive Design: Works on all screen sizes
- Error Handling: Graceful fallbacks and user feedback
- Download or clone this repository
- Open Chrome/Edge and go to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked" and select the extension folder
- The extension icon will appear in your browser toolbar
- Navigate to any webpage with mathematical equations
- Hover over a math equation to see the tooltip
- Click to copy as MathML (default format)
- Paste into MS Word or any compatible application
- Hold Shift and click multiple equations
- Use the popup to copy all selected equations
- Or use Ctrl+Shift+C keyboard shortcut
- MathML: Best for MS Word, PowerPoint, and web applications
- LaTeX: Standard for academic papers and scientific documents
- Unicode: Plain text with mathematical symbols
- AsciiMath: Simple, lightweight format
Alt+M: Copy first math equation as MathMLAlt+Shift+M: Toggle between formatsCtrl+Shift+C: Copy selected equationsCtrl+Shift+X: Clear selectionEscape: Clear selection and hide tooltips
Open the extension popup to configure:
- Output Format: Choose default format (MathML recommended)
- Auto-copy: Enable/disable automatic copying on click
- Multi-selection: Enable/disable multi-select mode
- Tooltips: Show/hide hover tooltips
- Dark Mode: Toggle between light and dark themes
- Validation: Enable MathML validation
- MathJax: All versions and configurations
- KaTeX: Inline and display math
- Native MathML: Direct browser support
- Generic: Fallback for custom implementations
- Chrome 88+
- Edge 88+
- Firefox 78+ (with minor limitations)
- Safari 14+ (with minor limitations)
├── manifest.json # Extension configuration
├── background.js # Service worker
├── content.js # Content script
├── content.css # Content script styles
├── popup.html # Popup interface
├── popup.js # Popup logic
├── popup.css # Popup styles
├── advanced.html # Advanced settings page
├── advanced.js # Advanced settings logic
├── icons/ # Extension icons (16, 32, 48, 128)
├── .gitignore # Git ignore rules
├── LICENSE # MIT License
├── README.md # This file
- Handles extension lifecycle
- Manages settings and storage
- Processes context menu actions
- Tracks usage statistics
- Detects mathematical elements
- Handles user interactions
- Processes equation extraction
- Manages clipboard operations
- Settings configuration
- Clipboard history management
- Statistics display
- Selection tools
- Enable/disable controls
- Detailed statistics view
- Blocked sites/pages management
- Data export functionality
- Advanced configuration options
- Clone the repository
- No build process required - pure JavaScript
- Load as unpacked extension in browser
- Make changes and reload extension
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
MIT License - see LICENSE file for details
- Right-click context menu: Quick format selection directly on equations
- Blocked sites/pages management: Control where the extension is active
- MathJax v2/v3 support: Proper integration with official MathJax APIs
- Enhanced equation detection: Improved handling of KaTeX, MathJax, and native MathML
- Clipboard history: Track and reuse copied equations
- Usage statistics: Analytics and format preferences
- Multi-selection: Select and copy multiple equations
- Keyboard shortcuts: Quick access with Alt+M, Alt+Shift+M, etc.
- Dark mode: Modern UI with theme support
- Comprehensive error handling: Graceful fallbacks and user feedback
- Accessibility: Full keyboard navigation and screen reader support
Add to Chrome - Install from Chrome Web Store
- Download or clone this repository
- Open Chrome/Edge and go to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked" and select the extension folder
- The extension icon will appear in your browser toolbar
We do not collect any personal information.
This extension operates entirely locally:
- No data transmission: All data stays on your device
- No tracking: We don't track your browsing activity
- No analytics: We don't send usage data to any servers
- No external connections: The extension works completely offline except for accessing web pages with math equations
- Local storage only: Settings, history, and statistics are stored only on your device using Chrome's local storage API
- No cookies: We don't use cookies or tracking technologies
Your clipboard history and usage statistics are stored locally in your browser and never leave your device. You can clear this data at any time through the extension's advanced settings.
- Issues: Report bugs and request features on GitHub
- Documentation: Check the help section in the popup
- Community: Join discussions in GitHub Discussions
- MathJax team for excellent math rendering
- KaTeX team for fast math typesetting
- W3C for MathML specification
- All contributors and testers
Made with ❤️ for the mathematical community by Tefo