vsmejkal / chrome-workspaces

Tab management Chrome extension
MIT License
51 stars 16 forks source link

Automatically rename chrome window name as workspace's name #13

Open imageslr opened 2 years ago

imageslr commented 2 years ago

Chrome provides an useful function to rename a window:

image

This is useful when I move a tab to another window, or switch window with AltTab. It will show a meaningful name instead of an indistinguishable tab title.

Example 1: move a tab to another window. Mark 1 & 3 & 4 are renamed window, and mark 2 is a workspace without name, so its name is the title of current tab.

image

Example 2: switch window by cmd + ` with AlfTab. Mark 1 & 2 & 3 are renamed window, and mark 4 is a workspace without name, so its name is the title of current tab. image

imageslr commented 2 years ago

But I didn't find an api in chrome extension document which can implement that🤔