ocllfmhjhfmogablefmibmjcodggknml
Cycle through your most recently used tabs (MRU) like Alt+Tab, but, with the shortcut keys Ctrl+Q or Ctrl+`(~) or assign your own! Just like using Alt+Tab for Windows except now for your browser tabs. Use Ctrl+Tab or Ctrl+Q or Ctrl+`(~) or assign your own shortcut key for swapping back and forth between your last viewed tabs.
Open Last Tab
Based on Open Last Tab from xordiv (https://github.com/xordiv/open-last-tab-chrome) which originated from clut-chrome-extension (https://github.com/harshayburadkar/clut-chrome-extension / MIT License). This version does not have any analytics, third_party code, and properly tracks window focus. It has also been updated to work with the latest Manifest v3. The project is made open source in GitHub: https://github.com/grouma/open-last-tab-chrome
Popup Tab Switcher
The extension shows you a popup with last active tabs when you press its shortcut (Alt + Y by default). You cycle through them by holding Alt and pressing Y. By releasing the Alt key you switch to the chosen tab. This is like switching between apps in Windows (Alt + Tab) and in macOS (Cmd + Tab). Also, when you close an active tab, you will be placed to the previously active one. It is more helpful than the default Chrome's behaviour, which activates the nearest tab. You can delegate default switching between tabs by pressing Ctrl + Tab to the extension, see how https://github.com/dvdvdmt/popup-tab-switcher#replace-default-tab-switching-behaviour NOTE: The extension tries to render its popup on the page wherever it is possible, but there are cases where it can't do that: * Chrome's web store pages. The extension doesn't work here. * Special Chrome tabs such as Settings, New tab, History, etc. In this case the extension tries to switch a user from a special tab to a previous tab without showing a popup. * The page has no focus (a user searches on the page, focused on address bar, etc.). In this case the extension shows its popup and starts a timer by the end of which it will switch a user to the selected tab. * Files pages (URL starts with file:///). The extension can't work on such pages without a special permission which you can turn on in Extensions > Popup Tab Switcher (Details) > Allow access to file URLs.
Rearrange Tabs
Rearrange Tabs is a tiny Google Chrome Extension that allows users to rearrange the position of the tabs in a window by moving them around using keyboard shortcuts. 🚨 IMPORTANT NOTE 🚨 Please reconfigure your keyboard shortcuts if your previously set combinations are wiped out after upgrading to 3.0.0! Customize your keyboard shortcut by following these steps: 1. Go to `chrome://extensions/shortcuts` 2. Scroll down to locate `Rearrange Tabs`. 3. Click in the greyed out fields for `Not set`. 4. Press the desired key combination to create a new shortcut. To move selected tab(s) to the front (leftmost position) Mac: Ctrl+CMD+Up Windows: Shift+Alt+Up To move selected tab(s) to the end (rightmost position) Mac: Ctrl+CMD+Down Windows: Shift+Alt+Down - Move regular tabs around in a window - Move pinned tabs around in a window - Move multiple highlighted tabs around in a window - Move selected tabs to the leftmost or the rightmost positions * Complete rewrite! * Fixes bugs and performance issues * Changes default key combo for Mac users to avoid conflict * update commands in script to reflect the new namespace * namespace the shortcuts with the "rt-" prefix. This fixes the bug that caused the shortcuts to reset after installing of 2.1.2. This only affected users who were upgrading from an existing version of rearrange tabs extension. New installs are not affected. * Add feature to move tabs to the front or the end of the tab bar (Issue #3) * removing permission block from manifest since it is not needed to rearrange tabs (Issue #19) * Create CODE_OF_CONDUCT.md * update license * include lifehacker and changelog links - Add support for moving several tabs at once - Fixed an issue where tab move did not cycle when tab is the rightmost tab and is moved to the right * Add support for pinned tabs * prioritize mac over windows * update key on Mac to Ctrl+Shift+ to avoid conflict with the shortcut to highlight a single word * Initial release * Add support for rearranging tabs using keyboard shortcuts
Quick Tabs
A keyboard centric most recently used (MRU) ordered page list plugin with seek and switch functionality inspired by IntelliJ IDEA [![Version][version-badge]][qt-store] [![Rating][rating-badge]][qt-store] [![Users][users-badge]][qt-store] # INTRODUCTION Quick Tabs is a tab management browser extension for the Google Chrome web browser based on the "Recent Files" quick selector built into the excellent IntelliJ IDEA by Jetbrains. Quick Tabs allows you to move quickly between recently used tabs without requiring the use of your mouse, locate and switch to tabs as you need them with minimal keystrokes even when you have large numbers of open tabs. Visit the [Quick Tabs](https://chrome.google.com/extensions/detail/jnjfeinjfmenlddahdjdmgpbokiacbbb) google extensions page to install and try it out ... # FEATURES * Lists all the open tabs in Chrome across all of your open windows * Tabs are listed in most recently used (MRU) order and excludes the current tab (since you're switching tabs) * Fuzzy search your bookmarks: * Bookmarks are automatically searched when only a few tabs match your search string * Add a space at the start or end of your search string to search bookmarks along with tabs * Start your search with `/b` or add **two spaces** at the start or end of your search string to search only bookmarks * delete bookmarks directly from the search results by clicking the 'x' * Fuzzy search your browser history: * Start your search with `/h` or add **three spaces** at the start or end of your search string to search browser history * Find noisy tabs by searching for `` - search bookmarks * `/h ` - search browser history * `/w ` - search the tabs in the current window only * `/p ` - search pinned tabs only * `/g ` - search tabs that belong to the same tab group as the current tab (or no tab group if it's not in a group) ### Search Types You can now change the search type for a single search, this can help if you have a specific search string in engine combo in mind. * `/fuzzy ` - use the fuzzy search engine for this query only * `/fuse ` - use the fuse search engine for this query only * `/regex ` - use the regex search engine for this query only * `/subs ` - use the subs search engine for this query only ### Tab Management Tab management commands all accept RegExp search queries. * `/close ` - search for and close tabs * `/merge ` - merge tabs into the current window * `/split ` - split tabs and move them into a new window * `/reload ` - reload all the tabs in the search result * `/mute ` - mute the tabs in the search result * `/unmute ` - unmute the tabs in the search result * `/group ` - create new tab groups or move tabs into groups using the search results # PERMISSIONS Quick Tabs requires the following: * **Read and change your browsing history**: _read only_ access is required to record your open tabs and search browser history. * **Read and change your bookmarks**: _read/write_ access is required to search, display and remove (by clicking the 'x' in the results list) bookmarks. # SCREENSHOTS #### Quick Tabs ready for action.  #### Tab and bookmark search.  #### History search.  Search your browser history by starting your search with '/h ' or adding 3 spaces to the end of your search query. #### Decide what to show.  #### Custom CSS styling.  In this case https://userstyles.org/styles/99938/better-styling-for-chrome-extension-quick-tabs by @Bunnyslippers. See the [./3rdParty/css](./3rdParty/css) directory. # SOURCE The source code for this extension is available on [github](http://github.com/babyman/quick-tabs-chrome-extension), please feel free to inspect it before you install this extension, especially as I am asking permission to interact with your computer and its private data. You can also install it manually if you want to be certain that the source code on github is directly what you install. Note, this will NOT automatically update the extension when bugs are fixed and features are added. In your terminal, `cd` to the folder you want to clone it to, and run `git clone https://github.com/babyman/quick-tabs-chrome-extension`. Then in Google Chrome, click `Window - Extensions`, click the checkbox called "Developer Mode", and click the "Load unpacked extension" button. Navigate to the cloned project, and select the "quick-tabs" folder. You now have the plugin loaded as a developer. Again, this will NOT automatically update the extension when bugs are fixed and features are added. # FEEDBACK AND BUGS Please report all your valuable feedback, feature requests and bug reports on the github [issues page](http://github.com/babyman/quick-tabs-chrome-extension/issues) for this extension. # AND FINALLY If you find Quick Tabs useful and want to buy me a coffee, I really like coffee :D ... [](https://ko-fi.com/V7V71963F) # RELEASE NOTES 2024.11.26 - merged PR #377 to resolve Quick-Tabs no longer works for "installed" pages, thank you @Wizek (and @rb-109). PR #379 add middle click to close tab, thanks @va9iff. 2024.11.24 - merged PR #383, fix history rendering issue introduced in the manifest 3 migration, thank you again @hababr! 2024.11.19 - close #382, ctrl+e conflicts with Chrome shortcut keys 2024.11.9 - merged PR #381, upgrade to use manifest version 3, a HUGE thank you to @hababr for making this happen! 2021.6.29 - merged PR #349, support deleting bookmarks from the results list, thanks @shihshen. PR #351, assign a window specific class to result list items, thanks @kjelly. 2021.6.16 - merged PR #344, added support to order tabs by URL, thanks @armstrongli. PR #347 added new native chrome css, thanks @piyush1104. 2021.3.21 - merged PR #341, Tab order update delay of 0 ms is not respected, thanks @legate. Fix an issue loading saved shortcut keys and set the badge background color to red when debug == true, fix a 10-year-old Yellow Argon Web Store keyword violation because Quick Tabs has nothing to do with `search` or `tab`  2021.1.31 - merged PR #333, option to enter custom debounce delay value, thanks @goran-zdjelar, add duplicate tab keyboard shortcut, add 2 new group commands `/g` to search current tabs group only and `/group` to create groups and move tabs into groups 2020.9.8 - merged pull request #330, fix for issue that some undefined elements, thanks @jaekyeom (refs #326). 2020.6.30 - upgrade jQuery (fixes #318) 2020.6.3 - fix bug #315 adding spaces to search bookmarks and histories no longer working 2020.5.31 - merge pull request #314 to fix undefined tabs, thanks @NicoWeio (refs #251, #310, #275, #313). Added back the space prefix to search bookmarks and history, fixes #311, support searching pinned tabs only `/p `, fixes #290 2020.3.10 - combined the code that handles the `no tabs match` keyboard and empty tab list triggers to behave more consistently, fixes #302 2020.1.26 - bug fix, "Can't switch to "discarded" tabs" fixes #300 2020.1.25 - merge pull request #211, "add option to order tabs in window order" thanks @gregsadetsky and request #301, "Fix command key combination issue in popup" thanks @powpowshen also switch search type used by commands from substr to regexp, see #299. 2020.1.18 - bug fix, "when no tabs match" stopped working, fixes #298 2020.1.13 - call .stopPropagation() in click event handlers, refs #295, add debouncing to improve the responsiveness of the UI when entering queries, refs #297 2020.1.8 - refined tab moving options, see 'Only move tabs when switched via the extension popup', fixes #296 2020.1.5 - add support to keep window tabs in MRU order with the 'Move tab to leftmost position on switch' option see #174 2019.12.29 - **Quick Tabs turns 10!**, added new commands '/close', '/merge', '/mute', '/unmute', '/split' and '/reload', '/w' to search tabs in the current window only, also allow specifying the search engine as part of the query (/fuzzy, /fuse, /regex, /subs). Merged code for option to hide pinned tabs, thanks @hbj. 2019.12.2 - fix #277 and #291 for real this time! 2019.11.30 - Updated the bookmark and history searches to use '/b ' and '/h ' as query prefixes, still use ' ' and ' ' as query postfixes. Fixed a bug with the pg up/down list scrolling. Fixed issue that prevented prev-tab key working in popup windows (issue #277). 2019.11.27 - fix tab focus issue #273, thanks @fwextensions for the pointer 2019.11.23 - merged pull request to allow configuration of the "tab order update delay", see ticket #90 (thanks @AlexeyKabelitskiy) 2019.4.22 - merged pull requests to ensure https:// is used for default google search (thanks #ericlaw1979), apply {{urlStyle}} to recently closed tabs (thanks @boika), improve tab switching (thanks @MartinLichtblau) 2019.2.27 - merged pull request that fixes #229 #245 #246 (and perhaps #232), also changes that improve switching tabs behaviour, thanks @MartinLichtblau. Added 'theRealPadster.css' large icon theme, thanks @theRealPadster. 2019.1.30 - merged pull request to prevent tabs opened in the background jumping to the head of the recently used list (#219, thanks @MartinLichtblau) 2019.1.20 - merged pull request to fix result highlighting issues that included curly braces (#242, thanks @DoctorGester) 2019.1.10 - merged pull request to improve fuzzy search results (#241, thanks @MartinLichtblau) 2018.11.26 - fixed invalid css (#200, thanks @boika), added license file (#212), updated shortcut config documentation (thanks @Kevin-Prichard) and added support to retain the popup search string (thanks @MeetM) 2017.10.8 - fixed scrolling issue (fixes #195) 2017.10.7 - merge title tooltip fix, thanks @Rohaq. Also merged in jQuery update and some code cleanup, thanks @toanju. Changed the scrolling code to use noobscroll.js 2017.5.10 - fix issue where current tab is displayed on initial popup rendering (fixes #170) 2017.5.3.1 - bookmark search bug fix 2017.5.3 - substring bug fix 2017.5.2 - change the search implementation to allow users to select between fuzzy, fuze, regex or substring tab searching (fixes #167, #97) 2017.4.25 - possible workaround for existing Chrome bug (refs #91, #168), thanks @TimNZ 2016.9.20 - switched the tab search library to fuse.js (thanks to @rajington), fix window focus problem when using keyboard only (#101, #145 thanks @pearj) 2016.7.16 - change default extension key to ctrl+q on Linux since ctrl+e does not work, thanks @zweicoder (fixed #138), open a website address from the search box in the popup (#108), it takes a second to reorder tabs in a list after switching between tabs (fixed #103) 2016.3.20 - fix data: favicon handling bug (#124) 2016.3.15.1 - fix URL encoding bug 2016.3.15 - switch template engine to mustache.js to simplify render code (remove iframe/sandbox and speed up overall popup render), fix option key save bug (#119), add option to prevent auto searching bookmarks (#115). 2016.3.12 - fix issue where popup window height would increase on window redraw css fixes, thanks @easyfuckingpeasy. Typo fix, thanks @elimisteve 2016.3.10 - fixes 2015.10.13 - removed default key mappings for next/previous to prevent unexpected chrome behaviours (#99) 2015.10.9 - update the next/prev popup window shortcut keys to use the same mappings as the command keys 2015.10.7 - work around Window list positioned oddly (#91), thanks @todoakaio. Added media indicator favicon, search for "