This commit is contained in:
s2
2017-12-11 16:31:28 +01:00
parent 51a5c0407e
commit 0cab9917fc
4 changed files with 15 additions and 2 deletions

View File

@@ -1,5 +1,15 @@
# colortabgroups
# tab-groupcolor
## What it does
color tabs based on their parent.
This addon would like to color tabs based on the parent tab that opened the tab.
So say I am at work searching for a solution to a javascript problem on stackoverflow, so I open a bunch of tabs with possible solutions. Then I get distracted, and I start looking for honey badger images on google images, I open a bunch of tabs with honey badger images.
Now all my tabs are mixed up with javascript snippets and honey badgers.
This extension **tries** to color tabs depending on where they where opened, so that all javascript tabs (tabs opened from the stackoverflow parent tab) are red, and all honey badger tabs (tabs opened from the google images parent tab) are green, so it becomes easy to distinguish them when I go back to look for my js solution.
At the moment this is not possible because of Firefox bug [http://link)https://bugzilla.mozilla.org/show_bug.cgi?id=1320585](1320585)
So this extension **tries** to get the favicon of the newly opened tab, and changes the color of the favicon to match that of the parent.
**Please install [Tree Style Tab](https://addons.mozilla.org/firefox/addon/tree-style-tab/) before installing this extension, because this extension depends on it!**