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
官方網址 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"
    }
}