rearrange-tabs
rearrange-tabs copied to clipboard
Google Chrome Extension to rearrange your tabs using customizable keyboard shortcuts
Upgrade Rearrange Tabs extension to adapt to https://developer.chrome.com/docs/extensions/mv3/intro/ My aim is to see if this fixes the long-standing bug: https://github.com/mohnish/rearrange-tabs/issues/27
I cannot pin down exactly why though, not sure how to debug. Chrome version: Version 99.0.4844.51 (Official Build) (x86_64) MacOS version: 11.5.2 (20G95) Shortcuts used: option-H, option-L I've systematically removed...
Right now, it doesn't look like it's obvious that you can configure the keyboard shortcuts to invoke the extension. Will come up with a way to make it obvious. Reference:...
Chrome has introduced a new concept of Grouping Tabs. Look into any supported public APIs that can be leveraged to incorporate in the _Rearrange Tabs_ Chrome extension: https://blog.google/products/chrome/manage-tabs-with-google-chrome/
Details here: https://developer.apple.com/news/?id=qiz0arxc
Refer: https://developer.chrome.com/apps/commands For the `suggested_key` key, ```json // left "suggested_key": { "default": "Shift+Alt+Left", "windows": "Shift+Alt+Left", "mac": "MacCtrl+Shift+Left", "chromeos": "Shift+Alt+Left", "linux": "Shift+Alt+Left" } // right "suggested_key": { "default": "Shift+Alt+Right", "windows": "Shift+Alt+Right",...
It looks like other chromium based browsers seem to support installation of extensions from the Chrome Web Store * [x] Edge: https://support.microsoft.com/en-us/microsoft-edge/add-turn-off-or-remove-extensions-in-microsoft-edge-9c0ec68c-2fbc-2f2c-9ff0-bdc76f46b026 * [x] Brave: https://brave.com/learn/installing-chrome-extensions/ * [x] Arc: https://youtu.be/J6pyHVlXI7U?t=50...
Thank you for the extension! After a fresh Mac install, my previous extensions that did the move/pin tab job just vanished and I end up installing yours. Great. It works!...