I want to write an extension, which can allow users to use their mouses to select multiple tabs in Chrome (the select tabs will be highlighted), just like some multiple-tab handler extensions for Firefox, I have searched but didn’t find any useful information, so I am wondering if there is a way to do it, or it’s technically possible to build such an extension given Chrome’s design?
Thanks!
Currently I’m using Google Chrome v20.0.1132.47 m
I can say this is already possible on that version.
All you need to do is to hold-down the CTRL key on the keyboard and then single-left click on each desired tab to multi-select them.
In addition, once they’re selected, you can drag-drop them off the main window to create an independent session with those tabs on the new session. Really useful on dual monitors.