|
1 | 1 | # Tab Bar Coloring |
2 | | -## Overview |
3 | 2 |
|
4 | | -This Firefox web-extension allows users to change color of the browser title bar by simply selection options from the popup manu. It also supports having different colors for different windows. |
| 3 | +**OVERVIEWw** |
| 4 | +This Firefox extension allows users to select a color from a pop-up menu to re-style their chosen tab for aesthetic and orgniazational benefits. |
5 | 5 |
|
6 | | -## Team |
7 | | -- [Grace Zhang](https://github.com/gracezhang89) |
8 | | -- [Riya Singh](https://github.com/rs1dev) |
9 | | -- [Romee Zhou](https://github.com/ROMEEZHOU) |
10 | | - |
11 | | -## Examples |
| 6 | +**EXAMPLE** |
12 | 7 | The screenshot below shows having two different title bar colors for different windows. The text is always set to white. And one may easily press the reset button to make the theme of a certain window go back to default mode. |
13 | 8 |
|
14 | 9 |  |
15 | 10 |
|
16 | | -## Installation |
17 | | - |
18 | | -This web-extension hasn't been officially published to Firefox's Addon website. To use this web-extension, you may directly download the folder from this Github site, go to Firefox [about:debug](about:debugging#/setup), select any file in the folder to load it to your Firefox browser. |
19 | | - |
20 | | -## License |
21 | | - |
22 | | -MPL-2.0 license |
23 | | - |
24 | | -See LICENSE.md for more details |
25 | | - |
26 | | -## Code of Conduct |
27 | | - |
28 | | -See CODE_OF_CONDUCT.md for more details |
29 | | - |
30 | | -## Contributing |
31 | | - |
32 | | -See CONTRIBUTING.md for more details |
33 | | - |
34 | | -## Issues |
35 | | - |
36 | | -We welcome diversed voices. If there is a bug you want to report or a new function that you want to see, you can post your quest under the Issues section of this Github Repo. |
| 11 | +**MEET THE TEAM** |
| 12 | +- [Grace Zhang](https://github.com/gracezhang89) |
| 13 | +- [Riya Singh](https://github.com/rs1dev) |
| 14 | +- [Romee Zhou](https://github.com/ROMEEZHOU) |
37 | 15 |
|
38 | 16 |
|
| 17 | +**GETTING STARTED** |
| 18 | +1. Fork this repo to your Github account and run it locally on your machine by cloning it. For a quick review on Github commands, check out this [link] (https://education.github.com/git-cheat-sheet-education.pdf). |
| 19 | +2. Search "about:debugging" in Firefox browser. Click 'This Firefox' on the left side and then click the 'Load Temporary Add-on' button and select the manifest.json file for this project. The extension will appear on the page and should be ready to use! |
| 20 | + |
| 21 | +**CONTRIBUTING** |
| 22 | +- We welcome and encourage diverse voices! If you would like to contribute to this project in any way such as reporting a bug or suggesting new features, please open an issue [here](https://github.com/ossd-s23/TitleBarColoring/issues). |
| 23 | +- Please use one of the 9 [labels](https://github.com/ossd-s23/TitleBarColoring/labels) Github provides to indicate the type of issue it is. |
| 24 | +- Please refer to our Contribution guidelines [here](https://github.com/ossd-s23/TitleBarColoring/blob/main/CONTRIBUTING.md) for more details. In short, please answer the following 2 questions: |
| 25 | + - what is the current behavior? |
| 26 | + - what (if any) changes are you suggesting? |
| 27 | + - screenshots of any errors could also be helpful! |
| 28 | +- We are also on [Discord](https://discord.gg/aKUQRYZrFB) so feel free to join if you would like to be more closely involved! |
| 29 | + |
| 30 | + **LICENSING** |
| 31 | +- TabColor is a Free and Open Source (FOSS) project under the [Mozilla Public License 2.0](https://github.com/ossd-s23/TitleBarColoring/blob/main/LICENSE). |
0 commit comments