https://github.com/botshen/fauxflow-1
Simple and Powerful Mock Plugin for Chrome
https://github.com/botshen/fauxflow-1
Last synced: 11 months ago
JSON representation
Simple and Powerful Mock Plugin for Chrome
- Host: GitHub
- URL: https://github.com/botshen/fauxflow-1
- Owner: botshen
- License: mit
- Created: 2023-04-02T13:35:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-07T16:21:22.000Z (about 3 years ago)
- Last Synced: 2025-06-20T20:53:08.386Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# fauxflow
> Our Chrome extension offers a sleek and effective mock plugin for web developers looking to streamline their testing process. With our tool, you can easily mock API responses and customize your test environment to fit your needs. Whether you're a beginner or a seasoned developer, our plugin offers an intuitive interface and robust functionality to ensure your tests are accurate and reliable. Try it out today and experience the benefits of a simple yet powerful mock plugin for Chrome!
## Installing
1. Check if your `Node.js` version is >= **14**.
2. Change or configurate the name of your extension on `src/manifest`.
3. Run `npm install` to install the dependencies.
## Developing
run the command
```shell
$ cd fauxflow
$ npm run dev
```
### Chrome Extension Developer Mode
1. set your Chrome browser 'Developer mode' up
2. click 'Load unpacked', and select `fauxflow/build` folder
### Nomal FrontEnd Developer Mode
1. access `http://localhost:3000/`
2. when debugging popup page, open `/popup.html`
3. when debugging options page, open `/options.html`
## Packing
After the development of your extension run the command
```shell
$ npm build
```
Now, the content of `build` folder will be the extension ready to be submitted to the Chrome Web Store. Just take a look at the [official guide](https://developer.chrome.com/webstore/publish) to more infos about publishing.
---
Generated by [create-chrome-ext](https://github.com/guocaoyi/create-chrome-ext)