Website Carbon Stats
See the resources that make up your website and how these impact the carbon emissions your website makes.
Vad är Website Carbon Stats?
Website Carbon Stats är en Chrome-tillägg utvecklad av https://ecoping.earth, och dess huvudfunktion är "See the resources that make up your website and how these impact the carbon emissions your website makes.".
Tilläggsskärmbilder
Ladda ner Website Carbon Stats-förlängningens CRX-fil
Ladda ner Website Carbon Stats-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
Website Carbon Widget helps you see the resources that each page uses and the carbon emissions that are produced in real-time.
Grundläggande Information om Tillägg
Namn | Website Carbon Stats |
ID | knojbpfemjfpkfcladfhdmcmdepnckej |
Officiell webbadress | https://chromewebstore.google.com/detail/website-carbon-stats/knojbpfemjfpkfcladfhdmcmdepnckej |
Beskrivning | See the resources that make up your website and how these impact the carbon emissions your website makes. |
Filstorlek | 144 KB |
Antal Installationer | 31 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2023-03-15 |
Publiceringsdatum | 2023-03-14 |
Betyg | 3.50/5 Totalt 2 Betyg |
Utvecklare | https://ecoping.earth |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://ecoping.earth/chrome-extension |
Hjälpsida URL | https://ecoping.earth/chrome-extension |
Stödda Språk | 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" } } |