Website Carbon Stats

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

什么是Website Carbon Stats?

Website Carbon Stats是由https://ecoping.earth开发的Chrome扩展程序,该扩展的主要功能是“See the resources that make up your website and how these impact the carbon emissions your website makes.”。

扩展截图

screenshot
screenshot

下载Website Carbon Stats扩展crx文件

下载Website Carbon Stats扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Website Carbon Stats Website Carbon Stats
ID knojbpfemjfpkfcladfhdmcmdepnckej
官方URL https://chromewebstore.google.com/detail/website-carbon-stats/knojbpfemjfpkfcladfhdmcmdepnckej
简介 See the resources that make up your website and how these impact the carbon emissions your website makes.
文件大小 144 KB
安装次数 31
当前版本 1.1
更新时间 2023-03-15
上架时间 2023-03-14
评分 3.50/5 共2次评分
开发者 https://ecoping.earth
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ecoping.earth/chrome-extension
帮助页面URL https://ecoping.earth/chrome-extension
支持的语言 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"
    }
}