WeImpactCarbon Ext
Analyse Internet usage carbon footprint
什么是WeImpactCarbon Ext?
WeImpactCarbon Ext是由weimpactcarbon开发的Chrome扩展程序,该扩展的主要功能是“Analyse Internet usage carbon footprint”。
扩展截图
下载WeImpactCarbon Ext扩展crx文件
下载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 |
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\/*", "*:\/\/*\/*" ] } ] } |