WeImpactCarbon Ext
Analyse Internet usage carbon footprint
Vad är WeImpactCarbon Ext?
WeImpactCarbon Ext är en Chrome-tillägg utvecklad av weimpactcarbon, och dess huvudfunktion är "Analyse Internet usage carbon footprint".
Tilläggsskärmbilder
Ladda ner WeImpactCarbon Ext-förlängningens CRX-fil
Ladda ner WeImpactCarbon Ext-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | mkopigaglldpfgpjiommdoodnabdndhd |
| Officiell webbadress | https://chromewebstore.google.com/detail/weimpactcarbon-ext/mkopigaglldpfgpjiommdoodnabdndhd |
| Beskrivning | Analyse Internet usage carbon footprint |
| Filstorlek | 32.2 KB |
| Antal Installationer | 45 |
| Aktuell Version | 0.1.5 |
| Senast Uppdaterad | 2023-11-23 |
| Publiceringsdatum | 2022-04-25 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | weimpactcarbon |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://weimpactcarbon-dev.wizardstech.io/cgu |
| Stödda Språk | 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\/*",
"*:\/\/*\/*"
]
}
]
} | |