An open API service indexing awesome lists of open source software.

https://github.com/xxmacmillanxx/tablight-plugin

A Firefox extension, which highlights tabs if you hover over links you already have opened.
https://github.com/xxmacmillanxx/tablight-plugin

browser-addon browser-extension browser-plugin firefox-addon firefox-extension firefox-plugin

Last synced: 6 days ago
JSON representation

A Firefox extension, which highlights tabs if you hover over links you already have opened.

Awesome Lists containing this project

README

          

# TabLight

A Firefox (and Firefox forks) plugin, which highlights tabs if you hover over
links you already have open. This helps quickly finding out if you already
opened a link, for example if you have multiple YouTube videos open.

## Installation

The extension is available on the Mozilla addon page. Here is the [link to TabLight](https://addons.mozilla.org/en-US/firefox/addon/tab_light/).

## Screenshots

### Firefox

Hovering over a YouTube video link highlights the already open tab.

| ![tabs in Firefox](media/tabs.png "Firefox Tabs") | |
| :--- | :--- |
| ![highlighted tabs in Firefox using TabLight](media/tabs_highlighted.png "Highlighted Firefox Tabs") | ![hovering over a link](media/hovering_link.png "Hover Over A Link") |

### Zen Browser

Hovering over a YouTube video link highlights the already open tab.

| | |
| :--- | :---- |
| ![tabs in Zen](media/zen_tabs.png "Zen Tabs") | ![highlighted tabs in Zen using TabLight](media/zen_tabs_highlighted.png "Highlighted Zen Tabs") |

## Debugging / Development

After cloning the repo, execute the `build.sh` script, enter `about:debugging` in Firefox and
click `This Firefox` and `Load Temporary Add-on...`, select the `tablightx.y.zip` from the build folder.