AI 产品解读Convert and merge multiple files (documents, images, HTML, PDFs) into a single PDF document
Users need to combine files of different formats into one PDF without installing native software or using external web tools; this extension provides both offline local merging and online conversion in a single browser tool.
User clicks extension icon → popup window opens → user adds files via drag-and-drop or file picker → user reorders files via drag handles → user selects conversion method (Local pdf-lib, Local pdfunite, or Remote online-convert.com) → user clicks Convert → extension processes files locally or via API → merged/converted PDF is downloaded via Chrome downloads API
Merge multiple PDF files into a single PDF using pdf-lib (local, offline)Merge PDFs using pdfunite Linux executable via WebAssembly in sandboxed environment (local, offline)Convert documents, images, and HTML to PDF via online-convert.com API (remote)Drag-and-drop file ordering with Sortable.jsDownload merged/converted PDF directly via Chrome downloads API
- 目标用户
- Users who need to combine multiple PDFs into one document / Users converting various file formats to PDF / Users who prefer browser-based tools over desktop PDF software / Users who value offline/local processing for privacy
- The extension bundles large third-party libraries (pdf-lib.esm.js at 1.5MB, Sortable.js at 121KB) which could obscure subtle behavior
- Cannot verify actual API rate limits or behavior of the online-convert.com integration at runtime
- The embedded Alpine Linux environment (blink WASM emulator) is a novel approach whose full behavior cannot be fully audited statically
付费分析未识别到付费功能
The extension itself has no paid features, premium tiers, or billing gates. All three conversion methods are fully functional without payment. The only mention of 'paid' is on the options page noting that online-convert.com (external service) offers paid API keys alongside free ones, but the extension works fine with the built-in shared key or a free user key. A 'Support Development' button links to donations, not feature gating.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- No login or account creation is required. The extension works entirely offline with two local conversion methods (pdf-lib and pdfunite). The remote method uses online-convert.com API with a built-in shared API key; users can optionally provide their own free API key to avoid rate limits, but this is not authentication—it's an optional configuration.