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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}