WeDeex

Analyse Internet Usage Carbon Footprint

WeDeexคืออะไร?

WeDeex เป็นส่วนขยายของ Chrome ที่พัฒนาโดย csnappstore และคุณลักษณะหลักของมันคือ "Analyse Internet Usage Carbon Footprint"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย WeDeex ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        WeDeex plug-in enables you to follow the CO2 impact of your web browsing. Which one of your favorite websites is the most consuming one ? You will now be able to name it ! Just start the WeDeex analysis on your Edge browser :) 

Features :
▪ Get a real-time simple indicator about the CO2 emission level linked to electrical power generation in France (more countries to come)
▪ Start & stop an analysis to see the power consumption and the CO2 emissions associated to the data exchanged through your Edge usage
▪ Display the 5 top consuming websites
▪ Realize what CO2 emissions mean with practical examples

Using WeDeex plug-in, you will become a master in understanding how a conscious web browsing can impact your carbon footprint !

/!\  Your browsing history won't be stored or sold, the analysis is done locally and it only concerns the AMOUNT of exchanged data, not the data itself ! Moreover, you can reset the displayed data at any time 😉                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WeDeex WeDeex
ID ojlagggckhpedblhemgjhecbggnibale
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wedeex/ojlagggckhpedblhemgjhecbggnibale
คำอธิบาย Analyse Internet Usage Carbon Footprint
ขนาดไฟล์ 6.15 MB
จำนวนการติดตั้ง 121
เวอร์ชันปัจจุบัน 0.1.7
อัปเดตครั้งล่าสุด 2021-06-23
วันที่เผยแพร่ 2021-06-15
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา csnappstore
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WeDeex",
    "description": "Analyse Internet Usage Carbon Footprint",
    "author": "UCAYA",
    "version": "0.1.7",
    "icons": {
        "48": ".\/icons\/wedeex-48.png"
    },
    "permissions": [
        "notifications",
        "webRequest",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_popup": "index.html",
        "default_icon": {
            "48": ".\/icons\/wedeex-48.png"
        }
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.gstatic.com\/firebasejs\/8.4.1\/firebase-app.js https:\/\/www.gstatic.com\/firebasejs\/8.4.1\/firebase-messaging.js https:\/\/ssl.google-analytics.com; object-src 'self'"
}