Skip to content

A Chrome extension that automatically moves new tabs to the beginning of your tab bar instead of the end, making it easier to access recently opened tabs.

License

Notifications You must be signed in to change notification settings

bivex/reverseTabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Reverse Tabs πŸ”„

A Chrome extension that automatically moves new tabs to the beginning of your tab bar instead of the end, making it easier to access recently opened tabs.

Features ✨

  • Auto-repositioning: New tabs automatically appear after pinned tabs
  • Smart detection: Only affects new tab pages and empty tabs
  • Pinned tab aware: Respects your pinned tabs and positions new tabs after them
  • Lightweight: Minimal performance impact with efficient tab management

How it Works πŸ”§

When you open a new tab (either by clicking the "+" button or using Ctrl+T), the extension:

  1. Detects if it's a new tab page or empty tab
  2. Queries all tabs in the current window
  3. Counts pinned tabs to determine the correct insertion point
  4. Moves the new tab to the position right after pinned tabs

Installation πŸ“¦

From Source

  1. Clone or download this repository
  2. Open Chrome and navigate to chrome://extensions/
  3. Enable "Developer mode" in the top right
  4. Click "Load unpacked" and select the project folder
  5. The extension will be installed and active

Files Included

  • manifest.json - Extension configuration and permissions
  • background.js - Service worker that handles tab management
  • README.md - This documentation

Permissions πŸ”

The extension requires minimal permissions:

  • tabs: To query and move tabs
  • activeTab: To access the current tab information

Compatibility 🌐

  • Chrome (Manifest V3)
  • Chromium-based browsers (Edge, Brave, etc.)

Version History πŸ“

  • v1.0 - Initial release with basic tab repositioning functionality

Contributing 🀝

Feel free to submit issues, feature requests, or pull requests to improve this extension!

License πŸ“„

This project is open source and available under the MIT License.


Hashtags: #ChromeExtension #TabManagement #Productivity #BrowserExtension #JavaScript #ManifestV3 #WebDevelopment #OpenSource #Chrome #Tabs #UserExperience #BrowserTools #Extension #DevTools #WebDev #ChromeWebStore #BrowserProductivity #TabOrganization #Frontend #JavaScriptExtension

About

A Chrome extension that automatically moves new tabs to the beginning of your tab bar instead of the end, making it easier to access recently opened tabs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published