Carbon Calculator
Carbon Calculator estimates the carbon footprint of the items you’re looking at online.
Cos'è Carbon Calculator?
Carbon Calculator è un'estensione di Chrome sviluppata da Carbon Calculator Dev Team, e la sua funzione principale è "Carbon Calculator estimates the carbon footprint of the items you’re looking at online.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Carbon Calculator
Scarica i file di estensione Carbon Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
### How Does It Work? It all starts with an Economic Input-Output Life Cycle Assessment (EIO LCA) that is provided by a retailer. This assessment attempts to account for the carbon emissions incurred in creating an item. The assessment generally includes estimates of the carbon intensity for the following activities: production of the inputs, transportation, packaging and electricity. Some retailers (such as Amazon) release aggregate numbers for the estimated carbon released per dollar of revenue from the EIO LCA. Others do not publish these numbers, so Carbon Calculator relies on publicly available data to estimate this metric. Then, on supported websites, Carbon Calculator will appear at the bottom of the page if it detects a price on the page. Carbon Calculator then uses the retailer's EIO LCA to estimate the carbon footprint of the item on the page. ### What Websites Are Supported? Carbon Calculator currently supports the following websites: - Amazon.com (US only) ### More Info Follow us on Twitter @CO2Calculator or visit our website linked below to find out more.
Informazioni di Base sull'Estensione
Nome | |
ID | onljifombjjdcdloodaffmkaphjlgmab |
URL Ufficiale | https://chrome.google.com/webstore/detail/carbon-calculator/onljifombjjdcdloodaffmkaphjlgmab |
Descrizione | Carbon Calculator estimates the carbon footprint of the items you’re looking at online. |
Dimensione del File | 550 KB |
Conteggio Installazioni | 70 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2020-01-04 |
Data di Pubblicazione | 2020-01-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Carbon Calculator Dev Team |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://carbon-calculator.netlify.com/ |
URL della Pagina di Aiuto | https://carbon-calculator.netlify.com/carbon-footprint-calculations |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Carbon Calculator", "version": "1.1.0", "permissions": [ "tabs" ], "description": "Carbon Calculator estimates the carbon footprint of the items you\u2019re looking at online.", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.amazon.com\/*" ], "js": [ "index.js" ] } ] } |