Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.24 KB

readme.md

File metadata and controls

34 lines (24 loc) · 1.24 KB

Google Chrome extension

Abstract

This browser extension provides a convenient way to manage your open tabs:

  1. Lists all tabs currently open in the browser window.
  2. Displays the list in a popup interface when the extension icon is clicked.
  3. Allows quick navigation between tabs directly from the popup.

The extension offers a streamlined view of your open tabs, making it easier to find and switch to the tab you need, especially when you have many tabs open.

How to run

  1. Install Rust
  2. Install Wasm-pack
cargo install wasm-pack
  1. Run the app
wasm-pack build --target web
  1. Open Google Chrome browser and install the extension
  2. Press the button to see the URLs in the window

Also consult.

How to debug

You may install plugin in your browser as temporary extension. That's easy to do.