EcoIndex.fr

Récupérer facilement les analyses Ecoindex faites sur une page grace au moteur ecoindex.fr

What is EcoIndex.fr?

EcoIndex.fr is a Chrome extension developed by Vincent Vatelot, and its main feature is "Récupérer facilement les analyses Ecoindex faites sur une page grace au moteur ecoindex.fr".

Extension Screenshots

screenshot

Download EcoIndex.fr Extension CRX File

Download EcoIndex.fr extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Cette extension permet d'afficher en un clic les résultats déjà existants dans la base ecoindex pour une page donnée. Si des résultats existent pour le site visité, ils seront aussi affichés                    

Extension Basic Information

Name EcoIndex.fr EcoIndex.fr
ID apeadjelacokohnkfclnhjlihklpclmp
Official URL https://chromewebstore.google.com/detail/ecoindexfr/apeadjelacokohnkfclnhjlihklpclmp
Description Récupérer facilement les analyses Ecoindex faites sur une page grace au moteur ecoindex.fr
File Size 34.73 KB
Installation Count 1,060
Current Version 2.7.0
Last Updated 2023-03-16
Publish Date 2022-12-27
Developer Vincent Vatelot
Email [email protected]
Payment Type free
Extension Website https://www.ecoindex.fr
Help Page URL https://github.com/vvatelot/ecoindex-browser-plugin
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.7.0",
    "manifest_version": 3,
    "homepage_url": "https:\/\/www.ecoindex.fr",
    "name": "EcoIndex.fr",
    "description": "R\u00e9cup\u00e9rer facilement les analyses Ecoindex faites sur une page grace au moteur ecoindex.fr",
    "icons": {
        "144": "images\/ic_launcher.png"
    },
    "action": {
        "default_icon": "images\/ic_launcher.png",
        "default_title": "Ecoindex",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "common.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/bff.ecoindex.fr\/*"
    ]
}