Skip to content

matteomorlack/gcp-console-colorize-firefox

 
 

Repository files navigation

gcp-console-colorize

Foxfied fork of Chrome extension for changing header color for GCP console, which is made by yfuruyama.

e.g. Change header color to red for a production project.

screenshot

Create XPI

  1. Get the credentials from AMO.

  2. Download NodeJs and install web-ext

npm install --global web-ext
  1. From repo directory run
web-ext sign --api-key="JWT issuer" --api-secret="JWT secret"
  1. Rename the extension generated inside web-ext-artifacts accordingly
mv ./web-ext-artifacts/*.xpi ./web-ext-artifacts/gcp-console-colorize-$VERSION.xpi
  1. Install the xpi from your about:addons page

See Also

About

Firefox port of a Chrome Extension for changing GCP console color

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.8%
  • HTML 11.9%
  • CSS 2.7%
  • Makefile 1.6%