Tab Colors

Tab Colors

Selects a random color for each tab and displays the color while the tab is active. You can customize the colors to your liking and also set specific colors for websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Selects a random color for each tab",
  "manifest_version": 2,
  "name": "Tab Colors",
  "version": "2.6",
  "icons": {
    "48": "icons/color.png"
  },
  "permissions": [
    "theme",
    "tabs",
    "storage",
    "downloads"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  }
}