https://github.com/cnumr/ecoindex_browser-plugin
Simple web browser plugin to display ecoindex results of a given page
https://github.com/cnumr/ecoindex_browser-plugin
chrome-addon chrome-extension ecoindex edge-addon edge-extension firefox-addon firefox-extension firefox-webextension opera-addon opera-extension
Last synced: about 2 months ago
JSON representation
Simple web browser plugin to display ecoindex results of a given page
- Host: GitHub
- URL: https://github.com/cnumr/ecoindex_browser-plugin
- Owner: cnumr
- License: other
- Created: 2022-12-13T14:23:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-26T23:45:59.000Z (6 months ago)
- Last Synced: 2026-03-27T03:34:38.437Z (2 months ago)
- Topics: chrome-addon, chrome-extension, ecoindex, edge-addon, edge-extension, firefox-addon, firefox-extension, firefox-webextension, opera-addon, opera-extension
- Language: CSS
- Homepage:
- Size: 620 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Ecoindex browser plugin
This is the source code of the Ecoindex browser plugin.
This simple plugin allows you to check the Ecoindex of any website you visit.
This plugin is currently available for:
[](https://addons.mozilla.org/fr/firefox/addon/ecoindex-fr/)
[](https://chrome.google.com/webstore/detail/ecoindexfr/apeadjelacokohnkfclnhjlihklpclmp)
[](https://microsoftedge.microsoft.com/addons/detail/ecoindexfr/fioadgdggjngcpbeilfgacmddamnhnah)
## Description
You can easily check the Ecoindex of any website you visit:

When there is no result, you will see a message, and you will be proposed to run an analysis:

When the analysis is running, you will see a message:

You can also dislplay older results existing for this page, or other results for the same domain:

## Development
Install dependencies and run firefox in development mode:
```bash
npm install
npm run start
```
Build the application:
```bash
npm run build:all
```
## [Code of conduct](CODE_OF_CONDUCT.md)
## [License](LICENSE.md)