AI 产品解读Export Microsoft Loop workspaces and pages to Markdown format
Allows users to backup, migrate, or version-control their Microsoft Loop workspace content by converting it into portable Markdown files, since Loop lacks native export functionality.
1. User navigates to a Microsoft Loop workspace. 2. User clicks the extension icon. 3. Extension extracts the workspace tree structure from the DOM. 4. User chooses to export the whole workspace or a single page. 5. Extension captures content from each page (using print view or DOM extraction). 6. Content is converted to Markdown locally. 7. User downloads the resulting Markdown files or ZIP archive.
Export entire workspaces with hierarchical folder structureExport individual pages as standalone markdown filesPreserves formatting (bold, italic, underline, strikethrough, colors)Converts headings, lists, tables, and imagesMulti-page exports download as organized ZIP archivesLocal processing with no data sent to external servers
- 目标用户
- Microsoft Loop users / Knowledge workers / Developers using Git for documentation / Users needing offline access to Loop notes
- Analysis is based on static source code. Dynamic behavior (e.g., potential future API calls to external services not present in current version) cannot be fully ruled out without runtime testing.
- The extension relies on Microsoft Loop's internal DOM structure (selectors like '[role="tree"]'), which may break if Microsoft updates the Loop UI.
付费分析未识别到付费功能
The extension code contains no references to payment gateways, subscription management, license keys, or premium feature gating. The popup interface offers 'Export Workspace' and 'Export Page' buttons without any paywalls or upgrade prompts. The static analysis heuristic found no strong payment signals. While Microsoft Loop (the destination service) may have paid tiers, the extension itself appears to be a free utility.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension targets Microsoft Loop (loop.cloud.microsoft). It injects content scripts into Loop pages and interacts with the Loop DOM (e.g., clicking 'More options', extracting tree structures). Microsoft Loop is a cloud-based collaboration tool that requires users to sign in with a Microsoft account to access workspaces. The extension cannot function without the user being authenticated to the destination service.
it does not work for me, but I would very much like to have this functionality :'(