Website Carbon Stats
See the resources that make up your website and how these impact the carbon emissions your website makes.
Website Carbon Stats क्या है?
Website Carbon Stats https://ecoping.earth द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See the resources that make up your website and how these impact the carbon emissions your website makes."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Website Carbon Stats एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Website Carbon Widget helps you see the resources that each page uses and the carbon emissions that are produced in real-time.
एक्सटेंशन की मूल जानकारी
नाम | Website Carbon Stats |
ID | knojbpfemjfpkfcladfhdmcmdepnckej |
आधिकारिक URL | https://chromewebstore.google.com/detail/website-carbon-stats/knojbpfemjfpkfcladfhdmcmdepnckej |
विवरण | See the resources that make up your website and how these impact the carbon emissions your website makes. |
फ़ाइल का आकार | 144 KB |
स्थापना संख्या | 31 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2023-03-15 |
प्रकाशन तिथि | 2023-03-14 |
रेटिंग | 3.50/5 कुल 2 रेटिंग्स |
डेवलपर | https://ecoping.earth |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://ecoping.earth/chrome-extension |
सहायता पृष्ठ URL | https://ecoping.earth/chrome-extension |
समर्थित भाषाएँ | 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" } } |