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によって開発されたChromeの拡張機能で、その主な機能は「See the resources that make up your website and how these impact the carbon emissions your website makes.」です。
拡張機能のスクリーンショット
Website Carbon Stats拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |