Website Footprint

The extension provides a carbon score for the visited websites.

Qu'est-ce que Website Footprint ?

Website Footprint est une extension Chrome développée par Advency, et sa fonction principale est "The extension provides a carbon score for the visited websites.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Website Footprint

Téléchargez les fichiers d'extension Website Footprint au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        The extension provides a carbon score for the visited websites. SaveTheInternet has the ambition to educate people on a green internet usage. It consumes a lot of energy to render webpages. Check your current carbon impact thanks to SaveTheInternet.

Features :
- Get the carbon score of the visited website
- Watch the consumption for your whole session
- Convert co2 into coal for a better understanding of risks

The extension does not collect any data and does not use any external server. The goal is to be lightweight as possible.                    

Informations de Base sur l'Extension

Nom Website Footprint Website Footprint
ID jlpnojjijmliogpegigbllcnpckflnik
URL Officiel https://chromewebstore.google.com/detail/website-footprint/jlpnojjijmliogpegigbllcnpckflnik
Description The extension provides a carbon score for the visited websites.
Taille du Fichier 12.72 KB
Nombre d'Installations 2,173
Version Actuelle 1.0.3
Dernière Mise à Jour 2022-04-15
Date de Publication 2020-03-31
Évaluation 4.25/5 Total 8 Évaluations
Développeur Advency
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://website-footprint.com/
URL de la Page d'Aide http://advency.fr
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website Footprint",
    "version": "1.0.3",
    "description": "The extension provides a carbon score for the visited websites.",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon_32.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_32.png",
        "128": "images\/icon_32.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon_32.png",
            "32": "images\/icon_32.png",
            "48": "images\/icon_32.png",
            "128": "images\/icon_32.png"
        }
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "foreground.js"
            ]
        }
    ]
}