Website Carbon Stats

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

Website Carbon Stats là gì?

Website Carbon Stats là một tiện ích mở rộng Chrome được phát triển bởi https://ecoping.earth, và tính năng chính của nó là "See the resources that make up your website and how these impact the carbon emissions your website makes.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Website Carbon Stats

Tải xuống các tệp mở rộng Website Carbon Stats dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Website Carbon Stats Website Carbon Stats
ID knojbpfemjfpkfcladfhdmcmdepnckej
URL Chính Thức https://chromewebstore.google.com/detail/website-carbon-stats/knojbpfemjfpkfcladfhdmcmdepnckej
Mô tả See the resources that make up your website and how these impact the carbon emissions your website makes.
Kích Thước Tệp 144 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-03-15
Ngày Phát Hành 2023-03-14
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://ecoping.earth
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ecoping.earth/chrome-extension
URL Trang Trợ Giúp https://ecoping.earth/chrome-extension
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}