A Chrome extension for quickly fetching and converting web content to Markdown format.
- Quick content extraction with keyboard shortcut (⌥F on macOS, Alt+F on Windows/Linux)
- Automatic conversion to Markdown format
- Smart content cleaning (removes ads, navigation, etc.)
- Clipboard integration
- Support for various HTML elements (headings, lists, links, etc.)
The extension is currently under review by the Chrome Web Store. Once approved, you'll be able to install it directly from the store.
- Download the latest release ZIP file from GitHub Releases
- Unzip the downloaded file
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the unzipped folder
- The extension icon should appear in your Chrome toolbar
Note: When using developer mode, Chrome will show a warning message on startup. This is normal and you can safely dismiss it. The warning will go away once the extension is available on the Chrome Web Store.
- Copy a URL to your clipboard
- Press ⌥F (macOS) or Alt+F (Windows/Linux) to fetch and convert the content
- The converted Markdown content will be automatically copied to your clipboard
The extension requires the following permissions:
clipboardRead
: To read URLs from clipboardclipboardWrite
: To write converted content to clipboardactiveTab
: To access the current tabnotifications
: To show status notificationsscripting
: To execute content scriptscommands
: To support keyboard shortcuts
The extension is built with:
- Manifest V3
- ES6+ JavaScript
- Chrome Extensions API
The extension handles various error cases:
- Invalid URLs
- Network errors
- Permission issues
- Content parsing failures
MIT License