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
擴展基本資訊
名稱 | |
ID | mkopigaglldpfgpjiommdoodnabdndhd |
官方網址 | 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\/*", "*:\/\/*\/*" ] } ] } |