WeImpactCarbon Ext

Analyse Internet usage carbon footprint

WeImpactCarbon Ext là gì?

WeImpactCarbon Ext là một tiện ích mở rộng Chrome được phát triển bởi weimpactcarbon, và tính năng chính của nó là "Analyse Internet usage carbon footprint".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng WeImpactCarbon Ext 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

                        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                    

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

Tên WeImpactCarbon Ext WeImpactCarbon Ext
ID mkopigaglldpfgpjiommdoodnabdndhd
URL Chính Thức https://chromewebstore.google.com/detail/weimpactcarbon-ext/mkopigaglldpfgpjiommdoodnabdndhd
Mô tả Analyse Internet usage carbon footprint
Kích Thước Tệp 32.2 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 0.1.5
Cập Nhật Lần Cuối 2023-11-23
Ngày Phát Hành 2022-04-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển weimpactcarbon
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://weimpactcarbon-dev.wizardstech.io/cgu
Ngôn Ngữ Được Hỗ Trợ 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\/*",
                "*:\/\/*\/*"
            ]
        }
    ]
}