AI 产品解读Chrome extension bridge that converts web pages to PDF using the locally installed Foxit PDF Editor desktop application
Enables users of Foxit PDF Editor to convert any web page (HTTP, HTTPS, or local file) into a PDF document directly from Chrome, with options to create new PDFs, append to existing PDFs, or create-and-email PDFs
1. User installs this Chrome extension and has Foxit PDF Editor installed locally on their machine. 2. User browses any web page (http/https/file protocol). 3. User clicks the extension toolbar icon (popup menu) or right-clicks to use context menu items. 4. Extension captures the current page URL, title, and optionally HTML content. 5. Extension sends the data via Chrome native messaging (com.foxit.chromeaddin) to the local Foxit PDF Editor. 6. Foxit PDF Editor performs the actual PDF conversion with user-configured settings (layout, watermarks, security). 7. The resulting PDF is created, appended to existing PDF, or emailed based on the selected action.
Convert current web page to a new Foxit PDFAppend current web page to an existing PDF fileCreate PDF from web page and email itConvert a linked page (right-click on link) to PDFAppend a linked page to an existing PDFToggle 'View PDF Result' to automatically open converted PDF
- 目标用户
- Users of Foxit PDF Editor (formerly Foxit PhantomPDF) who need to capture web content as PDF documents / Office/professional users who prefer Foxit's PDF engine over browser built-in print-to-PDF
- Cannot verify actual Foxit PDF Editor integration since the native messaging host (com.foxit.chromeaddin) is an external desktop binary not included in the extension package
- Cannot confirm what specific Preferences options (watermarks, headers/footers, security) are available since the Preferences dialog is launched in the native Foxit PDF Editor, not in the extension itself
- The extension is essentially non-functional without the external Foxit PDF Editor installed, but this dependency is an external product requirement, not a login or in-extension payment gate
付费分析未识别到付费功能
The extension source code contains no payment processing, subscription logic, billing APIs, plan gating, or upgrade UI. No matches for 'price', 'subscription', 'purchase', 'license', 'trial', 'premium', 'upgrade', or 'stripe'. However, the Chrome Web Store description explicitly states 'Foxit PDF Editor is required to use this plugin' - Foxit PDF Editor is a commercial desktop application. The extension is non-functional without this external paid product, but the extension itself does not gate any features behind payment.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension contains no login forms, authentication endpoints, OAuth flows, or account management. No matches for 'login', 'auth', 'account', 'sign in', or 'password' in any source file. The 'cookies' permission (manifest.json line 32) is used solely to pass cookies from the current web page to the native Foxit PDF Editor for PDF conversion fidelity, not for user authentication. The extension is a local bridge tool that communicates via Chrome native messaging to a locally installed desktop application.