Description from extension meta
Forces new tabs to open at the end of the tab strip.
Image from store
Description from store
Make the newly opened tabs open last.
Unlike other extensions of the same kind, it works correctly even when tab groups are present.
Created with Manifest V3, so it can be used for a long time
It consists of only five simple lines of code and does not collect even any trivial information like Google Analytics forever.
If you are concerned about this, please take a look at the source code after installation.
It just hooks into the event that the tab is created and makes sure it opens at the very end.
There is no such implementation as a timeout process at startup like similar extensions.
January 5, 2025 Updated to version 1.0.1
1. Changed the maximum number of tabs from 1000 to 100000
2. Removed host_permission(<all_urls>), which was unused and unnecessary.