Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arjanfrans/environment-warning-browser-extension
Browser Extension to assist development by warning you about the environment you are currently on.
https://github.com/arjanfrans/environment-warning-browser-extension
browser-extension firefox-addon google-chrome-extension
Last synced: 26 days ago
JSON representation
Browser Extension to assist development by warning you about the environment you are currently on.
- Host: GitHub
- URL: https://github.com/arjanfrans/environment-warning-browser-extension
- Owner: arjanfrans
- License: gpl-3.0
- Created: 2024-01-18T15:24:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-30T08:27:39.000Z (7 months ago)
- Last Synced: 2024-10-04T21:10:57.719Z (about 2 months ago)
- Topics: browser-extension, firefox-addon, google-chrome-extension
- Language: TypeScript
- Homepage: https://chromewebstore.google.com/detail/environment-warning/coplemcefcojahbbpbbfbpmchlnclngk
- Size: 379 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Environment Warning - Browser Extension
Supported browsers:
* [Firefox](https://addons.mozilla.org/en-US/firefox/addon/environment-warnings/)
* [Chrome](https://chromewebstore.google.com/detail/environment-warning/coplemcefcojahbbpbbfbpmchlnclngk)## Development
With Docker installed, run `./start.sh` to start a Node container.
* Run `npm install`
* For a Chrome build, run: `npm run build:chrome`
* For a Firefox build, run: `npm run build:firefox`