Compare commits
2 Commits
2452acf440
...
922de5d1d1
Author | SHA1 | Date | |
---|---|---|---|
922de5d1d1 | |||
f15fa07880 |
@@ -42,7 +42,6 @@ var generateRandomColor = function(seed) {
|
||||
var colors = ['#e6194b', '#3cb44b', '#ffe119', '#0082c8', '#f58231', '#FFFFFF'];
|
||||
|
||||
var selectColor = function (colorNum) {
|
||||
console.log(colorNum, seed % colors.length, colors[seed % colors.length]);
|
||||
return colors[seed % colors.length]
|
||||
}
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
"description": "Color tabs based on their parent.",
|
||||
"manifest_version": 2,
|
||||
"name": "Color Tab Group",
|
||||
"version": "0.0.13",
|
||||
"version": "0.0.14",
|
||||
"homepage_url": "https://git.e.tern.al/s2/tab-groupcolor",
|
||||
"icons": {
|
||||
"48": "img/icon-48.png"
|
||||
|
Reference in New Issue
Block a user