Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions extensions/alexdresko/browser-tabs/extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema": "../../../.github/schemas/extension.schema.json",
"id": "alexdresko.browser-tabs",
"title": "Browser Tabs",
"shortDescription": "Search and switch to open Chrome and Edge tabs from Windows Command Palette.",
"description": "Browser Tabs integrates with Windows Command Palette to make open browser tabs searchable from one launcher. It discovers open Chrome and Microsoft Edge tabs on your Windows desktop, shows matching tabs in Command Palette, and switches directly to the selected tab.\n\nThis extension requires Microsoft PowerToys Command Palette to be installed and enabled. Browser tab discovery runs locally on your device using Windows UI Automation. Browser Tabs does not send your browser tab data to a remote service.",
"author": {
"name": "Alex Dresko",
"url": "https://github.com/alexdresko/wcp-browsertabs"
},
"icon": "icon.png",
"homepage": "https://github.com/alexdresko/wcp-browsertabs",
"tags": [
"browser-tabs",
"chrome",
"edge",
"productivity",
"tabs"
],
"categories": [
"productivity",
"utilities-and-tools"
],
"installSources": [
{
"type": "msstore",
"id": "9N7BMMLTGFWX"
}
]
}
Binary file added extensions/alexdresko/browser-tabs/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading