CarbonViz

Your browsing climate impact, made visible.

什麼是CarbonViz?

CarbonViz是由CarbonViz開發的Chrome擴展程式,該擴展的主要功能是“Your browsing climate impact, made visible.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載CarbonViz擴展crx文件

下載CarbonViz擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        CarbonViz is an extension that makes visible the impact of our digital activities on our energy consumption and associated CO2 emissions. You can visualize live your data consumption and associated co2 emissions in your browser while browsing.

We all consume, day after day, data that transit through the Internet. Accessing this content online seems normal, obvious. But "online" means that this data travels, that it comes from somewhere to our favorite browser. This journey is not easy or free. Dematerialization is very expensive, in terms of resources, infrastructure and ultimately energy costs. 
CarbonViz is tackling this problem by aiming to improve the perception and understanding of digital energy issues. To better represent this information, analogies were chosen in co-creation with concerned users. 

CarbonViz aims to raise awareness of the cost generated by our daily use of the Web.                    

擴展基本資訊

名稱 CarbonViz CarbonViz
ID lieikallcilhkihohkajnhmhkiipaaaf
官方網址 https://chromewebstore.google.com/detail/carbonviz/lieikallcilhkihohkajnhmhkiipaaaf
簡介 Your browsing climate impact, made visible.
檔案大小 7.9 MB
安裝次數 142
目前版本 1.0.3
更新時間 2023-09-13
上架時間 2021-11-12
評分 5.00/5 共 6 次評分
開發者 CarbonViz
電子郵箱 [email protected]
付費類型 free
擴展官網 https://heig-vd.ch/rad/instituts/mei/projets/carbonviz
支援的語言 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "author": "Media Engineering Institute - HEIG-VD",
    "version": "1.0.3",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "permissions": [
        "webRequest",
        "storage",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background\/background.mjs",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "bundle\/miniviz.css"
            ],
            "js": [
                "content\/miniViz-script.js",
                "content\/miniViz.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "48": "assets\/icons\/icon48.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/*",
                "model\/*",
                "assets\/*",
                "bundle\/*",
                "popup\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}