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

https://github.com/jamiemason/devtools-extension-tab-colours

Adds colours to the tabs in Chrome DevTools.
https://github.com/jamiemason/devtools-extension-tab-colours

chrome-devtools chrome-extension developer-experience developer-tools

Last synced: about 1 year ago
JSON representation

Adds colours to the tabs in Chrome DevTools.

Awesome Lists containing this project

README

          

# devtools-extension-tab-colours

[![Analytics](https://ga-beacon.appspot.com/UA-45466560-5/devtools-extension-tab-colours?flat&useReferer)](https://github.com/igrigorik/ga-beacon)

A simple extension to add colours to the tabs in Chrome DevTools.

## Installation

"Developer Tools experiments" will need to be enabled in order to use this extension;

1. Go to [chrome://flags/#enable-devtools-experiments](chrome://flags/#enable-devtools-experiments) and enable "Developer Tools experiments".
1. Open DevTools and go to "Settings".
1. Go to "Experiments" tab.
1. Check "Allow custom UI themes".
1. Reload DevTools.

### Chrome Web Store

[DevTools Tab Colours](https://chrome.google.com/webstore/detail/devtools-tab-colours/kbamdmidcmemijemnipjedngmbfdmiff?hl=en-GB&gl=GB)

### Manual

```
git clone https://github.com/JamieMason/devtools-extension-tab-colours.git
```

1. Visit [chrome://extensions/](chrome://extensions/)
1. Choose "Load unpacked extension..."
1. Choose devtools-extension-tab-colours directory.

## Screenshot

![screenshot](https://raw.githubusercontent.com/JamieMason/devtools-extension-tab-colours/master/screenshot.png)