You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👍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.
❓ 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 ?
Click to view: What is the selected/highlighted multiple tabs ❓
You can try to holdding Ctrl/Shift/Ctrl+Shift on the tab-bar and click the non-current tab.
At this point, you have selected multiple tabs at the same time.
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)
👍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.
❓ 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 ?
Click to view: What is the selected/highlighted multiple tabs ❓
Example extension : (In fact, many extensions support this feature)
better-onetab
https://chrome.google.com/webstore/detail/eookhngofldnbnidjlbkeecljkfpmfpg
https://github.com/cnwangjie/better-onetab
SingleFile
https://chrome.google.com/webstore/detail/mpiodijhokgodhhofbcjdecpffjipkle
http://github.com/gildas-lormeau/SingleFile
https://chrome.google.com/webstore/detail/micdllihgoppmejpecmkilggmaagfdmb
🔌 highlighted API documentation 📖
So, can support for the
highlighted
multiple tabs ?💪👍 If can be achieved, will be perfect + very smart!
The text was updated successfully, but these errors were encountered: