adding new extract command to extract selector or main content as markdown, updateing version as 0.5.0
Package Extension / package-extension (push) Successful in 12s
Build & Publish Package / publish (push) Failing after 21s

This commit is contained in:
2026-04-10 03:44:49 +02:00
parent 79093ed558
commit f2a7f85ee3
8 changed files with 286 additions and 2 deletions
+2
View File
@@ -249,6 +249,8 @@ browser-cli extract images # all <img> tags (src + alt)
browser-cli extract text # all visible text (innerText)
browser-cli extract json "#data" # parse JSON inside a CSS selector
browser-cli extract html # full HTML of the active tab
browser-cli extract markdown # main page content as Markdown
browser-cli extract markdown --selector "article" # specific DOM subtree as Markdown
```
### Sessions