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 - это расширение Chrome, разработанное https://ecoping.earth, и его основная функция - "See the resources that make up your website and how these impact the carbon emissions your website makes.".
Снимки экрана расширения
Скачать файл CRX расширения Website Carbon Stats
Скачайте файлы расширений Website Carbon Stats в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } } |