WeImpactCarbon Ext
Analyse Internet usage carbon footprint
WeImpactCarbon Ext란 무엇입니까?
WeImpactCarbon Ext은(는) weimpactcarbon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Analyse Internet usage carbon footprint"입니다.
확장 프로그램 스크린샷
WeImpactCarbon Ext 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*", "*:\/\/*\/*" ] } ] } |