Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨Feature request: support for selected/highlighted multiple tabs with holding Ctrl/Shift #43

Closed
dnknn opened this issue Feb 22, 2021 · 0 comments

Comments

@dnknn
Copy link

dnknn commented Feb 22, 2021

👍This extension is good, but the only defect is: 👎 Can't support for the selected multiple tabs.
  In other words, it only for the just 1 tab.

🗔 Current behavior:

  Just can only for 1 tab, which is very limited!
  More often, users only want to the selected tabs with holding Ctrl/Shift

✨ Expected behavior:

  When the multiple tabs be selected/highlighted with holding Ctrl/Shift/Ctrl+Shift,
  At this time, it becomes an operation for the selected multiple tabs.
212_23025217

 

❓ Why ?

  It can realize batch operation(for multiple tabs selected) very quickly!
  And the key is that this function belongs to the basic native function of the browser, and this native API can be used directly! Please continue to read below ▼


I don't know if you know this browser basic feature ?

212_23024753

Click to view: What is the selected/highlighted multiple tabs ❓

multi-selected-tabs

  1. You can try to holdding Ctrl/Shift/Ctrl+Shift on the tab-bar and click the non-current tab.
  2. At this point, you have selected multiple tabs at the same time.
  3. Finally, you can perform batch operations on these selected tabs. e.g. Ctrl+W to batch closes them, F5 to batch reload them ... can also drag them in batches. etc...

Example extension : (In fact, many extensions support this feature)

 

🔌 highlighted API documentation 📖

  So, can support for the highlighted multiple tabs ?


💪👍 If can be achieved, will be perfect + very smart!

@dnknn dnknn closed this as completed Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant