add icon
This commit is contained in:
14
README.md
14
README.md
@@ -1,5 +1,15 @@
|
|||||||
# colortabgroups
|
# tab-groupcolor
|
||||||
|
|
||||||
## What it does
|
## 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!**
|
||||||
|
BIN
src/img/icon-48.png
Normal file
BIN
src/img/icon-48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
BIN
src/img/icon.png
Normal file
BIN
src/img/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 435 KiB |
@@ -4,6 +4,9 @@
|
|||||||
"name": "tab-groupcolor",
|
"name": "tab-groupcolor",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"homepage_url": "https://git.e.tern.al/s2/tab-groupcolor",
|
"homepage_url": "https://git.e.tern.al/s2/tab-groupcolor",
|
||||||
|
"icons": {
|
||||||
|
"48": "img/icon-48.png"
|
||||||
|
},
|
||||||
"applications": {
|
"applications": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "tab-groupcolor@31337.it",
|
"id": "tab-groupcolor@31337.it",
|
||||||
|
Reference in New Issue
Block a user