Website Carbon Stats
See the resources that make up your website and how these impact the carbon emissions your website makes.
Apa itu Website Carbon Stats?
Website Carbon Stats adalah ekstensi Chrome yang dikembangkan oleh https://ecoping.earth, dan fitur utamanya adalah "See the resources that make up your website and how these impact the carbon emissions your website makes.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Website Carbon Stats
Unduh file ekstensi Website Carbon Stats dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Website Carbon Widget helps you see the resources that each page uses and the carbon emissions that are produced in real-time.
Informasi Dasar Ekstensi
Nama | Website Carbon Stats |
ID | knojbpfemjfpkfcladfhdmcmdepnckej |
URL Resmi | https://chromewebstore.google.com/detail/website-carbon-stats/knojbpfemjfpkfcladfhdmcmdepnckej |
Deskripsi | See the resources that make up your website and how these impact the carbon emissions your website makes. |
Ukuran File | 144 KB |
Jumlah Instalasi | 31 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2023-03-15 |
Tanggal Publikasi | 2023-03-14 |
Penilaian | 3.50/5 Total 2 Penilaian |
Pengembang | https://ecoping.earth |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://ecoping.earth/chrome-extension |
URL Halaman Bantuan | https://ecoping.earth/chrome-extension |
Bahasa yang Didukung | 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" } } |