Website Carbon Stats
See the resources that make up your website and how these impact the carbon emissions your website makes.
Hvad er Website Carbon Stats?
Website Carbon Stats er en Chrome-udvidelse udviklet af https://ecoping.earth, og dens hovedfunktion er "See the resources that make up your website and how these impact the carbon emissions your website makes.".
Udvidelsesskærmbilleder
Download Website Carbon Stats-udvidelses-CRX-fil
Download Website Carbon Stats-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Website Carbon Widget helps you see the resources that each page uses and the carbon emissions that are produced in real-time.
Grundlæggende oplysninger om udvidelsen
Navn | Website Carbon Stats |
ID | knojbpfemjfpkfcladfhdmcmdepnckej |
Officiel URL | https://chromewebstore.google.com/detail/website-carbon-stats/knojbpfemjfpkfcladfhdmcmdepnckej |
Beskrivelse | See the resources that make up your website and how these impact the carbon emissions your website makes. |
Filstørrelse | 144 KB |
Antal Installationer | 31 |
Nuværende Version | 1.1 |
Senest Opdateret | 2023-03-15 |
Udgivelsesdato | 2023-03-14 |
Bedømmelse | 3.50/5 Samlet 2 Bedømmelser |
Udvikler | https://ecoping.earth |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://ecoping.earth/chrome-extension |
Hjælpeside-URL | https://ecoping.earth/chrome-extension |
Understøttede Sprog | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Website Carbon Stats", "description": "See the resources that make up your website and how these impact the carbon emissions your website makes.", "version": "1.1", "manifest_version": 3, "content_scripts": [ { "js": [ ".\/utils.js", ".\/co2.js", ".\/script.js" ], "matches": [ "file:\/\/\/*", "https:\/\/*\/*" ], "css": [ ".\/styles.css" ], "run_at": "document_start" } ], "permissions": [ "activeTab" ], "action": [], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png" } } |