Most "PDF merge" tools on the web are upload services with a free tier. A Chrome extension is the rare alternative that does the merge on your own machine, in JavaScript, without ever sending the file anywhere. This guide explains how the extension works, why a local merge matters, and the small set of cases where you would pick a web tool instead.
Install the Free Chrome Extension
PDF Merge & Split runs entirely in your browser. No account, no upload, no watermark.
Add to Chrome, FreeWhy a Chrome extension instead of a website
A web tool requires uploading every file to a server you do not control. A Chrome extension can do the same job in JavaScript inside your tab, which means:
- Files never travel over the internet, so there is no upload time.
- Your data never sits on a third-party server, so privacy is not a question.
- There is no daily task cap, no signup, and no watermark on output.
- It still works offline, on a plane, or behind a corporate firewall that blocks file uploads.
The trade-off is that the merge has to fit in browser memory. On a modern laptop that easily covers a few gigabytes, which is more than most realistic merge jobs.
Installing the extension
Three steps:
- Open the Chrome Web Store listing for PDF Merge & Split.
- Click Add to Chrome, then confirm the install prompt.
- Pin the icon to your toolbar so it is one click away.
The extension works in any Chromium browser: Chrome, Edge, Brave, Arc, Vivaldi, Opera. There is no separate Edge build, the same Chrome Web Store install handles all of them.
Merging PDFs in 30 seconds
Once installed, the typical workflow is:
- Click the toolbar icon, pick Merge.
- Drag your PDFs into the drop zone, or use the file picker.
- Reorder the cards by dragging if you want a specific page sequence.
- Click Merge & Download. The combined PDF appears in your downloads folder.
That is it. No account, no email, no captcha.
How the local merge actually works
The extension uses a JavaScript PDF library (built on top of pdf-lib) to read each input file, copy its pages into a fresh document, and serialize the result. No browser plugin, no native binary, no Chrome flag. Everything runs in the same sandbox as any web page.
Because the work is in JavaScript, two things matter: available memory and CPU. On a 16 GB laptop, the extension comfortably handles a few hundred files or a single multi-hundred-megabyte file. On older hardware, close other tabs first.
When a web tool still makes sense
Pick an upload tool only if you need a feature the extension does not offer: PDF-to-Word conversion, advanced OCR in many languages, e-signing, or aggressive compression. For straight merge, split, reorder, and rotate, the extension is faster, more private, and free.
PDF Merge Chrome Extension, Tools Compared
| Tool | Runs locally | Daily limit | Watermark | Cost |
|---|---|---|---|---|
| PDF Merge & Split (extension) | Yes | None | No | Free |
| iLovePDF (web) | No | ~3 tasks | On large files | Free tier |
| Smallpdf (web) | No | 2/day | Above ~5 MB | Free tier |
| Adobe Acrobat extension | Partly | None | No | $14.99/mo |
Get It Done in Under a Minute
Install the free Chrome extension and process your PDFs locally. Works on Windows, Mac, Linux, and Chromebook.
Add PDF Merge & Split to ChromeRelated Guides
- How to Merge PDFs Online for Free
- PDF Merger With No Email or Signup
- Combine PDFs Without Uploading
- Merge PDFs Without a Watermark
Frequently Asked Questions
Is this really a free Chrome extension?
Yes. Merge, split, reorder, and rotate are free with no daily cap or watermark. There is an optional Pro tier for batch automation, but the core features are unrestricted.
Does the extension upload my PDFs?
No. The merge happens in JavaScript inside your browser tab. Your files never leave your computer.
How many PDFs can I merge at once?
In practice, dozens to a few hundred files in a single session, bounded only by browser memory. There is no artificial cap.
Does it work in Edge or Brave?
Yes. Any Chromium-based browser supports it: Chrome, Edge, Brave, Arc, Vivaldi, Opera.
What permissions does it ask for?
Only the minimum needed: access to the active tab when you click the icon, and local file read for the PDFs you drop in. No history, no tab tracking, no analytics on file content.