Skip to content

Simple web browser plugin to display ecoindex results of a given page

License

Notifications You must be signed in to change notification settings

cnumr/ecoindex-browser-plugin

Repository files navigation

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:

Firefox Google Chrome Opera Edge

Description

You can easily check the Ecoindex of any website you visit:

simple-result

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

no-result

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

run-analysis

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

other-results

Development

Install dependencies and run firefox in development mode:

npm install
npm run start

Build the application:

npm build