Skip to content

CompileNix/tst-new-tab-on-double-click

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TST New Tab On Double Click

This is a Firefox extension that opens a new tab as a child tab when double-clicking on an existing tab in Tree Style Tab.

Installation

There are several ways to install this extension:

  • From Firefox Add-ons
  • From Git Releases
  • From Source

After installing the extension, make sure that you have set "Double click on a tab" in Tree Style Tab's "Tree Behavior" settings to "Do nothing".

Screenshot

From Firefox Add-ons

  1. Go to the Firefox Add-ons page
  2. Click the "Add to Firefox" button
  3. Confirm the installation in Firefox

From Git Releases

  1. Download the latest release from the Releases page
  2. Download the tst-new-tab-on-double-click.xpi file
  3. Install the extension in Firefox: Navigate to about:addons > Drag and drop the tst-new-tab-on-double-click.xpi file into the "Extensions" section

From Source

  1. Clone the repository: git clone https://git.compilenix.org/CompileNix/tst-new-tab-on-double-click.git
  2. Navigate to the project directory: cd tst-new-tab-on-double-click
  3. Build the extension: make xpi
  4. Load the extension in Firefox: about:debugging#/runtime/this-firefox > Load Temporary Add-on > Select the tst-new-tab-on-double-click.xpi file

Configuration

You can configure the extension to open the new tab as the first or last child of the clicked tab. To do this, go to the extension's options page and select the desired option.

Screenshot

Deployment

License

This project is licensed under the MIT License - see the LICENSE file for details.