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

https://github.com/nefe/nei-tools

A multi-environment management and fast switching solution.
https://github.com/nefe/nei-tools

antd chrome extension fast-switching-solution multi-environment-management typescript

Last synced: 2 months ago
JSON representation

A multi-environment management and fast switching solution.

Awesome Lists containing this project

README

        

# Chrome Extension for multi-environment switching management(multi-environment-manager)

> A multi-environment switching management solution.

![](https://github.com/TingGe/multi-environment-manager/raw/618796eb6ef60d9640c1fa60c0b0a9afe2e85d13/multi-environment-manager/icon48.png)

## Installation

Install it from [Chrome Web Store](https://chrome.google.com/webstore/detail/multiple-environmental-ma/ehboglklfbenahbjndhnpkicglekincp).

## Demo

Demo :

![Demo](https://github.com/TingGe/multi-environment-manager/raw/master/assets/demo.png)

Options :

![Options](https://github.com/TingGe/multi-environment-manager/raw/master/assets/options.png)

## Contributing

1. Download the project

```Bash
git clone https://github.com/TingGe/multi-environment-manager.git
cd multi-environment-manager
yarn
yarn build
# 或 yarn watch
```

2. Go to `chrome://extensions` in Google Chrome

3. With the developer mode checkbox ticked, click **Load unpacked extension...** and select the `build` folder from this repo