Website Carbon Stats

See the resources that make up your website and how these impact the carbon emissions your website makes.

Qu'est-ce que Website Carbon Stats ?

Website Carbon Stats est une extension Chrome développée par https://ecoping.earth, et sa fonction principale est "See the resources that make up your website and how these impact the carbon emissions your website makes.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Website Carbon Stats

Téléchargez les fichiers d'extension Website Carbon Stats 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

                        Website Carbon Widget helps you see the resources that each page uses and the carbon emissions that are produced in real-time.                    

Informations de Base sur l'Extension

Nom Website Carbon Stats Website Carbon Stats
ID knojbpfemjfpkfcladfhdmcmdepnckej
URL Officiel https://chromewebstore.google.com/detail/website-carbon-stats/knojbpfemjfpkfcladfhdmcmdepnckej
Description See the resources that make up your website and how these impact the carbon emissions your website makes.
Taille du Fichier 144 KB
Nombre d'Installations 31
Version Actuelle 1.1
Dernière Mise à Jour 2023-03-15
Date de Publication 2023-03-14
Évaluation 3.50/5 Total 2 Évaluations
Développeur https://ecoping.earth
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ecoping.earth/chrome-extension
URL de la Page d'Aide https://ecoping.earth/chrome-extension
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website Carbon Stats",
    "description": "See the resources that make up your website and how these impact the carbon emissions your website makes.",
    "version": "1.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                ".\/utils.js",
                ".\/co2.js",
                ".\/script.js"
            ],
            "matches": [
                "file:\/\/\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                ".\/styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "action": [],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    }
}