Switch Tab Block

Switch between tab

The Switch Tab block allows you to switch to a specific browser tab. The following settings are available for searching and switching to the tab:

  • Match Patterns. The tab is searched by a template. For example, a Switch Tab block with a template https://google.com /* switches to the tab with the site open in it google.com . More template examples are available on the MDN Page. his setting has several sub-items:

  1. Create if there's no match. If a template tab is not found, a new tab is created.

  2. Set as active tab. This setting allows the browser to switch to a newly created tab, as a person does to view a site page.

  • Tab title. Switch to the tab by the tab title. This setting has several sub-items as in the previous setting.

  • Next Tab. Go to the next tab of the active tab. Can be set as an active tab.

  • Previous Tab. Go to the previous tab of the active tab. Can be set as an active tab

  • Tab Index. Proceed to the tab based on its index position. For instance, assume that four tabs are opened (Google, GitHub, Chess, and Microsoft). Then, if you need to open the Google tab, you can enter 0. For the GitHub tab, enter 1, etc.

Last updated