Electron Extract by @baoyu
Extracts resources and JavaScript from any installed Electron app (`.
Extracts resources and JavaScript from any installed Electron app (`.asar` bundle), restoring original sources from `.js.map` files when available or formatting minified code with Prettier otherwise. Use when user wants to "extract Electron app", "decompile Electron", "get the source code of <app>", "inspect app.asar", "看 Electron 应用源码", "提取 .asar", or asks how a desktop Electron app is built. Skips `node_modules` and supports both macOS and Windows.
A desktop content scraper that wraps electron-based interfaces to extract clean text data from desktop applications.
What it can do
Extract local chat logs or notes from desktop applications.
Scrape internal documents from local knowledge management software.
Convert proprietary client formats to readable text streams.