AI 产品解读Ebook search aggregator that searches across 10+ ebook platforms simultaneously
Users need to search multiple ebook sites individually to find books. This extension consolidates searches across Z-Library, LibGen, Anna's Archive, Jiumo Search, Kugua Book, and cloud drive resources (Alibaba Cloud Drive, Baidu Cloud Drive) into one unified interface.
User installs extension → types search query in popup or selects text on any webpage → floating toolbar appears with search options → user clicks desired search engine → results open in new tab on the target site. Settings page allows adding/removing engines and customizing behavior.
Multi-engine ebook search across 10+ platforms (Z-Library, LibGen, Anna's Archive, 鸠摩搜书, 苦瓜书盘, etc.)Cloud drive resource search (Alibaba Cloud Drive, Baidu Cloud Drive)User-customizable search engines - users can add their own search sitesText selection floating toolbar for quick search on any webpagePopup search interface with search engine selectorKeyboard shortcut one-click search
- 目标用户
- Ebook readers and researchers / Chinese-language book seekers / Users who frequently search across multiple ebook platforms / Students and academics looking for digital books
- Source code is heavily minified making detailed flow analysis difficult
- Large bundled library files (basicData-3e861edd.js at 1.7MB, basicData-c077a1fd.js at 1.3MB) contain third-party code that obscures custom logic
- Cannot verify if destination sites (Z-Library, etc.) require their own accounts/payments for actual downloads - the extension only provides search functionality
付费分析未识别到付费功能
No billing, subscription, payment, premium, or upgrade mechanisms found in the extension source code. All 'pro' keyword matches are false positives from JavaScript generic terms (process, prototype, property, typeof, createClass). No Stripe, payment platform integrations, or license validation code exists. The extension appears to be a free open-source tool (description mentions planned open-source release).
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension uses chrome.storage.sync for all settings persistence with no account, authentication, or login flow anywhere in the source code. No OAuth, sign-in, or account creation UI was found. The 'token' keyword hits are all from jQuery string-tokenize functions (basicData-3e861edd.js) and Base64 encoding (js/15.js), not auth tokens. The extension operates entirely as a local search aggregator tool.