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
公式URL 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
Eメール [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": [
                ""
            ]
        }
    ]
}