cebaigngglmpkigkaopaobifakopmhbe
Stay focused by locking into one tab. Prevents tab switching and new tabs. Focus Tab Locker is a lightweight productivity extension designed to eliminate tab-switching distractions. Lock your browser to a single tab and maintain uninterrupted focus during critical work sessions. Single-Tab Lock: Prevents navigation to other open tabs while focus mode is active Auto-Close Protection: Automatically closes any newly opened tabs to maintain focus Persistent State: Focus mode persists across browser sessions Non-Destructive: Existing tabs remain intact and accessible once unlocked 1. Navigate to the tab you want to focus on 2. Click the Focus Tab Locker icon in the toolbar to enable focus mode 3. Click again to disable focus mode when finished Deep work and focused productivity sessions Online examinations and assessments Educational content and course completion Research and long-form reading Any task requiring sustained concentration Privacy Focus Tab Locker operates entirely locally. No data is collected, transmitted, or stored externally. The extension only requires tab management permissions necessary for its core functionality.
TabBlock
This extension is for anyone, who uses websites with pop-up ads (ads that open in a new tab). Note! Redirections to ads in the same tab still work! You can try to block them by using other extensions or simply return with "back" button. TabBlock does not block any normal ads. Manifest v3 Update: The new approach in Manifest v3 prevents extensions from running in the background all the time, leading to a cold start that can significantly increase the time needed to close a new tab. However, this is purely a cosmetic downgrade - TabBlock now filters out all requests to new tabs instantly, in addition to its ability to close tabs. This means that even if you see a tab open, it won’t begin to load at all.
Tab To Popup Window
Quickly convert any tab into a standalone popup window. Supports batch conversion and shortcut customization. ## Description: Tab To Popup Window is a convenient Chrome browser extension that allows users to quickly convert the current tab into a standalone popup window. ## Features: - Convert the current tab into a standalone popup window - Easily manage multiple browser windows - Support standard tab operations within the popup window (e.g., close, refresh, etc.) ## How to Use: 1. Install and enable the extension. 2. Click the extension icon or use contextmenu to convert the current tab into a popup window. 3. Manage the popup window and browse web pages within it. 4. Close or restore the popup window to a standard browser window as needed. ## Compatibility: Tab To Popup Window is compatible with Chrome browser and Chromium-based browsers. Feedback and feature suggestions are welcome, and we will continue to improve and update this extension to meet user needs.
Tab and Tab Group Shortcuts
Adds shortcuts for creating tabs, reorganizing tabs, and moving the focus. Opens a tab in the same group as the current tab. Mac: Command+Shift+Y Windows: Ctrl+Shift+Y Swap the tab to the left, moving into and out of opened tab groups. Visit chrome://extensions/shortcuts to bind this shortcut. Swap the tab to the right, moving into and out of opened tab groups. Visit chrome://extensions/shortcuts to bind this shortcut. Move focus to the left, moving into and out of opened tab groups. Visit chrome://extensions/shortcuts to bind this shortcut. Move focus to the right, moving into and out of opened tab groups. Visit chrome://extensions/shortcuts to bind this shortcut.
No New Tabs
This extension does exactly what it says: it stops links from opening in new tabs. Whether it's an old-school link with a target="_blank" attribute or a modern site using JavaScript to spawn tabs, No New Tabs forces the content to open right where you are. THE UNBREAKABLE UPDATE (v3.0.0). Earlier versions only worked by stripping basic HTML attributes like . Version 3.0.0 now handles every technique websites use to open new tabs—it also intercepts JavaScript to keep new pages in the current tab. Temu can't get away with it anymore. Cleans Links: Strips out _blank, _new, and a bunch of non-standard targets. Blocks JS Spawning: New in 3.0.0—prevents scripts from hijacking your browser flow. White/Blacklist: If you actually want Gmail or other specific sites to open new tabs, just add them to the whitelist in the options. Or if you want to ONLY prevent new tabs from certain pages, you can configure a blacklist. AJAX Friendly: Works on sites that load content as you scroll, like Facebook or Twitter. Easily configurable: The extension popup allows you to easily enable/disable the extension, or add the current page to the whitelist. If you find a link or a script that manages to escape, let me know and I'll see if I can hunt it down. Email (available in the options page) is the most reliable way to contact me. I am very responsive Version 3.0.1 (2025/01/11) - Bugfix: Command clicking (or control clicking for you non Mac folk) should open links in a new tab, even with this extension. The previous update broke that, so this one fixes it. Version 3.0.0 (2025/12/24) - The "Unbreakable" Update: Renamed to No New Tabs. - JavaScript Handling: Finally added the ability to prevent scripts from opening new tabs/windows via JS. - Overhauled logic to handle modern web-app navigation better. Version 2.1.2 (2025/11/25) - Performance improvements - You can now use a popup from the extension to easily enable/disable the extension for the current page Version 2.1.1 (2025/9/25) - Small bugfix in fenced frames (really just an annoying log message). - Made config page dynamic, no "Save" required. So fancy. Version 2.1.0 (2025/9/19) - Significant optimizations and performance improvements. - Removed jQuery dependency, other optimizations. - Reduces memory usage and should improve page load performance as well. Version 2.0.4 (2025/9/17) - Version 2.0.3 was a rollback to version 2.0.1. - Fixed a bug in 2.0.2 which reversed the behavior of white and blacklisting, effectively breaking the extension. Sorry! Version 2.0.2 (2025/9/9) - Fixed a bug in rewriting links with rels. - Made the extension overall more robust, fixed some possible race conditions. - Made the options page prettier. Version 2.0 (2024/10/15) - Updates to manifest V3 - Big rewrite under the hood. Settings are not persisted from previous version, sorry. I do this in my spare time and I didn't have the gumption to spend more time on this than it already took to just get the basic functionality working again... Version 1.9 (2020/10/15) - Bugfix: previous version of the script did not work when the "Filter HTML forms" option was deselected. Version 1.8 (2017/12/16) Big change - Should be noticeably faster (only monitors updated/added elements on page, rather than rescanning the whole page on modification). - Added ability to enable/disable by clicking on extension button (also added a toggle in the options page). - Added the __blank (two underscores) target. - Requires fewer permissions, should be fewer corner cases that it misses. Version 1.7 (2015/11/25) - Allows the user to specify what the "_blank" target should be rewritten to (don't do this if you don't know what it means!). Version 1.6 (2015/10/25) - Now disables _blank (etc.) on the tag as well. Version 1.5 (2014/03/07) - Now works on HTML forms as well. Can be disabled in the options menu if you prefer (although please tell me why, if you do!). Version 1.4 (2013/11/6) - Exceptions can now be specified as a blacklist instead of the default whitelist. Version 1.2 (2013/7/7) - Now works with pre-rendered pages (frequently generated from Google searches). As a side-effect, now requires the webNavigation permission to know when new pages are loaded or swapped in. Version 1.0 (2013/3/9): - Now works on dynamically-loaded AJAX content. Useful for sites like Twitter and Facebook. - Added a whitelist option. - Now requires permission to view your tabs, so that I can know which page you're browsing (needed for the whitelist). Version 0.9 (2013/3/3): - Now catch rel=ext and rel=e, which are sometimes used to open new windows in javascript-based techniques. Version 0.8 (2012/7/3): - A change in the previous version meant that my script didn't operate while the page was still loading. Fixed now. Version 0.6 (2011/6/24): - Added the _newtab target Version 0.5 (2011/04/29): - Now works for file:// URLs as well. Version 0.4 (2010/10/28): - No longer needs permission to view your tabs or history (mind you, it wasn't making use of this permission before). It still needs permission to access "Your data on all websites", but there's no getting around that -- it rewrites the links on every page you browse! Version 0.2 (2010/07/21): - Now blocks the _new target as well.