Skip to content

Commit ad9954c

Browse files
committed
add readme
1 parent 16a2bf6 commit ad9954c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# BrowserTabs
2+
3+
BrowserTabs is a .NET library for retrieving all open tabs from Chromium-based browsers (such as Microsoft Edge, Google Chrome, Brave, Vivaldi, Opera, and Chromium) on Windows.
4+
5+
## Features
6+
7+
- Enumerate all open tabs across multiple Chromium-based browsers.
8+
- Retrieve tab title, URL, active status, tab index, and browser name.
9+
- Activate (bring to foreground) or close browser tabs programmatically.
10+
- Supports multi-window scenarios (pop-outs, incognito, etc.).
11+
12+
## Usage
13+
14+
1. Reference the `BrowserTabs` library in your .NET project.
15+
2. Call `BrowserTabManager.GetChromiumTabs()` to get a list of all open tabs.
16+
3. Use `BrowserTabManager.ActivateTab(tab)` or `BrowserTabManager.CloseTab(tab)` to interact with tabs.
17+
18+
````````
19+
20+
# TODO:
21+
1. Handle grouped tabs
22+
2. Fix tab URL extraction logic
23+
3. Optimize tab retrieval logic for better performance

0 commit comments

Comments
 (0)