Convert PDF, DOCX, XLSX, PPTX, HTML, CSV, plain text, JSON and image files to Markdown directly inside AI‑chat websites.
LLM Friendly is a browser extension that helps Large Language Models process your documents more efficiently by converting PDFs, Word documents, Excel spreadsheets, PowerPoint presentations, HTML pages, CSV files, JSON data, plain text files, and images into structured Markdown or text directly inside AI chat platforms.
Many users regularly upload PDFs, images, spreadsheets, presentations, and other documents to Large Language Models for analysis, summarization, and question answering. However, these formats often contain complex layouts, formatting metadata, embedded objects, and structural overhead that consume additional tokens. By transforming documents into clean, AI-friendly Markdown, LLM Friendly removes unnecessary overhead and presents content in a format that LLMs can process more efficiently, allowing models to focus on the information that matters most while maximizing available context and reducing token consumption.
.md.Install the extension directly from the Chrome Web Store:
LLM Friendly on the Chrome Web Store
To pin the extension to your toolbar:
# Clone the repo (if you haven’t)
git clone https://github.com/shibi1306/llm‑friendly‑extension.git
cd llm‑friendly‑extension
npm install
npm run build # produces ./dist
# Load unpacked:
# Chrome/Edge/Brave → chrome://extensions → Enable “Developer mode” → Load unpacked → select ./dist


.md file into the chat input..md (saved to ~/Downloads/LLM Friendly/ by default).
Click the extension icon in the toolbar to open the popup. Here you can drag‑or‑select a file to convert without needing a file input on the page, and browse your local conversion history. Each history item lets you Copy, Insert, or Save the previously converted Markdown.
Open the extension Options (via the popup ⚙️ or right‑click → Options) to configure:
~/Downloads/.
You can also manage your conversion history, set the maximum number of items to keep, and clear the history from the settings page.

| Issue | Description | Work‑around / Status |
|---|---|---|
| Safari / Firefox builds | No packaged .xpi or safari web‑extension yet. |
See Future Work below. |
| Very large files | Multi‑hundred‑MB PDFs/DOCX can take noticeable time. | Split files or accept modest delay. |
| Complex layouts | Multi‑column tables, merged cells, or intricate formatting may lose layout. | Output focuses on readable text; manual tweaks may be needed. |
| OCR language | Tesseract.js defaults to English; non‑English images may need language packs. | Future work - add language selector. |
pdf.js, mammoth, turndown, sheetjs, fflate, xlsx, webextension-polyfill, etc.LLM Friendly is designed with privacy in mind. All file processing happens locally in your browser-none of your data is ever transmitted to external servers. For full details, see the Privacy Policy.
LLM Friendly is licensed under the MIT License.
This project includes code derived from Microsoft’s MarkItDown project (MIT License) and uses Tesseract.js/Tesseract OCR (Apache License 2.0). See THIRD_PARTY_NOTICES.md for details.
GitHub: https://github.com/shibi1306/LLM-Friendly