Feature Description
Support accessing the 1688 official browser extension's "Product Image Download" feature to obtain complete product image resources.
Use Case
As an OpenCLI user, I need to batch download images from 1688 product pages (e.g., 1688.com/offer/XXXXX.html). The 1688 extension provides an official image download feature that can obtain all product images (including main images, videos, etc.), but OpenCLI's browser automation cannot access the UI elements created by the extension.
Proposed Solution
- The "Product Image Download" button on 1688 product pages triggers the extension to create a popup window
- The popup contains a "Direct Download" button that calls the official API to download all product images
- However, this popup runs in an isolated extension environment, and
state/eval commands cannot access its DOM
Alternatives Considered
None.
Feature Description
Support accessing the 1688 official browser extension's "Product Image Download" feature to obtain complete product image resources.
Use Case
As an OpenCLI user, I need to batch download images from 1688 product pages (e.g., 1688.com/offer/XXXXX.html). The 1688 extension provides an official image download feature that can obtain all product images (including main images, videos, etc.), but OpenCLI's browser automation cannot access the UI elements created by the extension.
Proposed Solution
state/evalcommands cannot access its DOMAlternatives Considered
None.