WeImpactCarbon Ext

Analyse Internet usage carbon footprint

WeImpactCarbon Extคืออะไร?

WeImpactCarbon Ext เป็นส่วนขยายของ Chrome ที่พัฒนาโดย weimpactcarbon และคุณลักษณะหลักของมันคือ "Analyse Internet usage carbon footprint"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        WeCarbonImpact was created to facilitate the perception of the carbon footprint of your internet navigation
but also, if you wish, a team / company to compare your statistics between you and your colleagues

RGPD
WeCarbonImpact does not collect any personal data and preserves your anonymity when you register.



Update 0.1.3
Change logo
Resolve Disconnect Bug

Update 0.1.0
Track internet consumption
Visualize the consumption
Show your Group / Team stats                    

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

ชื่อ WeImpactCarbon Ext WeImpactCarbon Ext
ID mkopigaglldpfgpjiommdoodnabdndhd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/weimpactcarbon-ext/mkopigaglldpfgpjiommdoodnabdndhd
คำอธิบาย Analyse Internet usage carbon footprint
ขนาดไฟล์ 32.2 KB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 0.1.5
อัปเดตครั้งล่าสุด 2023-11-23
วันที่เผยแพร่ 2022-04-25
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา weimpactcarbon
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://weimpactcarbon-dev.wizardstech.io/cgu
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WeImpactCarbon Ext",
    "version": "0.1.5",
    "description": "Analyse Internet usage carbon footprint",
    "action": {
        "default_icon": {
            "48": "public\/icons\/icon-48.png",
            "128": "public\/icons\/icon-128.png"
        },
        "default_title": "WeImpactCarbon",
        "default_popup": "public\/popups\/popup.html"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "permissions": [
        "webRequest",
        "tabs",
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/weimpactcarbon.wizardstech.io\/\/*"
            ],
            "js": [
                "src\/import-detector.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "chunks\/*-*.js",
                "src\/detector.js"
            ],
            "matches": [
                "https:\/\/weimpactcarbon.wizardstech.io\/*",
                "*:\/\/*\/*"
            ]
        }
    ]
}