github jatinkrmalik/LLMFeeder v2.1.0
v2.1.0 - Multi-Tab Support & Enhanced Productivity

4 hours ago

🚀 Major New Features

Multi-Tab Support by @fictiontoreality

  • Convert multiple tabs at once! Select tabs with Ctrl/Cmd+Shift+Click
  • Copy All - Merge all selected tabs into one Markdown document
  • Download Merged - Save all tabs as a single merged .md file
  • Download ZIP - Download each tab as separate .md files in a ZIP archive

Right-Click Context Menus by @fictiontoreality

  • Quick access to conversion from anywhere on a page
  • Single-tab: Copy to Clipboard, Download as Markdown
  • Multi-tab: Copy All Tabs, Download Merged, Download ZIP (appears when multiple tabs selected)
  • Works on Firefox tab context menu too!

Token Counter by @jatinkrmalik

  • Real-time token count estimation using GPT-4/Claude tokenizer (cl100k_base)
  • Configurable context limits: 4K, 8K, 16K, 32K
  • Visual progress bar with warning indicators
  • Helps ensure your content fits within LLM context windows

Include Links Toggle by @jatinkrmalik

  • New option to include or strip links from Markdown output
  • Great for reducing token usage when URLs aren't needed
  • Default: ON (preserves backward compatibility)

Debug Mode & Logging by @jatinkrmalik

  • Built-in diagnostic system for troubleshooting
  • Copy debug logs from Settings for issue reporting
  • Helps maintainers diagnose problems faster

🐛 Bug Fixes & Improvements

  • Cross-Origin Iframe Extraction - Better handling of embedded content (#75)
  • Table Conversion - Fixed table-to-markdown conversion for various HTML formats (#57, #76)
  • Context Menu Race Condition - Fixed initialization errors on Chrome (#87)
  • CSS Syntax Error - Removed extra closing braces (#86)
  • Removed unused dead code for cleaner extension

🔧 Infrastructure

  • CI Pipeline - Automated PR validation for build integrity (#78)
  • AGENTS.md - Comprehensive guide for AI agents and contributors (#79)

📦 Installation

⌨️ Keyboard Shortcuts

  • Alt+Shift+L - Open extension popup
  • Alt+Shift+M - Convert & Copy to clipboard
  • Alt+Shift+D - Download as Markdown file
  • Alt+Shift+Z - Download multiple tabs as ZIP

Full Changelog: v2.0.0...v2.1.0

New Contributors 👏

Don't miss a new LLMFeeder release

NewReleases is sending notifications on new releases.