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.)
Search FastURL
,or click link to install
- 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