AI 产品解读Image and SVG Viewer/Downloader
Allows users to view, zoom, pan, and download images and SVGs in their original high resolution directly from web pages, overcoming browser limitations or low-resolution displays.
The extension injects a toolbar onto webpages. When a user clicks on an image or SVG, the toolbar allows them to zoom in, pan around the image, and download the file in its original resolution.
Zoom and pan images and SVGsDownload full-resolution imagesSupport for 10k+ websitesOverlay toolbar for image interaction
- 目标用户
- Web designers / Developers / General users who want to save high-quality images
- The large bundled JS files (contents.js, Toolbar.js) minified code makes it difficult to trace every UI interaction, but the absence of network calls to auth/payment endpoints is a strong indicator.
付费分析未识别到付费功能
The extension is described as a free tool. No code references to payment gateways (Stripe, PayPal), subscription management, license keys, or 'pro/premium' feature gating were found. The keyword matches for 'pro' in the static analysis were false positives related to React internals ('react.production.min.js') and object property definitions.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension operates entirely locally within the browser. It uses content scripts to inject UI elements (toolbar) and manipulate DOM elements (images/SVGs) on any webpage. There is no code for authentication, user accounts, or communication with an external identity provider. The background script only handles local messaging for downloads.