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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ecoping.earth และคุณลักษณะหลักของมันคือ "See the resources that make up your website and how these impact the carbon emissions your website makes."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Website Carbon Stats

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}