GitHunt
GA

gaoliang/env-indicator

Add an environment marker to differentiate QA environments from production.

Environment Indicator Browser Extension

logo

Chrome Store State Chrome Store State Chrome Store State Chrome Store Rate Firfox store Edge store

Add an environment marker to differentiate QA environments from production. In addition, you can create your own indicator rules

Screenshots

examples
config

Features

๐ŸŒŸ 1. Support setting the marker as a triangle โ—ค or ribbon. ๐ŸŽ—

๐ŸŒŸ 2. Support setting the background color and text color of the marker. ๐ŸŽจ

๐ŸŒŸ 3. Support to configure the marker to the upper left or upper right corner of the page.

๐ŸŒŸ 4. Support regular expression matching, prefix matching, suffix matching and inclusion matching for host to differentiate different environments.

Special Thanks

JetBrains

Develop Guide

Install the quasar-cli and dependencies

yarn global add @quasar/cli
yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev -m bex -T chrome

Lint the files

yarn run lint

Build the app for production

 quasar build -m bex -T chrome

Customize the configuration

See Configuring quasar.conf.js.

gaoliang/env-indicator | GitHunt