Klima: Your online carbon footprint
An extension that will track your carbon footprint when using Google Search or watching videos on YouTube.
Klima: Your online carbon footprintとは何ですか?
Klima: Your online carbon footprintは@kennethlarsenによって開発されたChromeの拡張機能で、その主な機能は「An extension that will track your carbon footprint when using Google Search or watching videos on YouTube.」です。
拡張機能のスクリーンショット
Klima: Your online carbon footprint拡張機能のCRXファイルをダウンロード
Klima: Your online carbon footprint拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension that will track your carbon footprint when using Google Search or watching videos on YouTube. 拡張機能の基本情報
| 名前 | |
| ID | ehofddgcnmijknefgjnldeimlgklaeoa |
| 公式URL | https://chrome.google.com/webstore/detail/klima-your-online-carbon/ehofddgcnmijknefgjnldeimlgklaeoa |
| 説明 | An extension that will track your carbon footprint when using Google Search or watching videos on YouTube. |
| ファイルサイズ | 24.02 KB |
| インストール数 | 35 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2019-10-10 |
| 公開日 | 2019-10-10 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | @kennethlarsen |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://github.com/kennethlarsen/Sessionslogning-simulator |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Klima: Your online carbon footprint",
"version": "1.0.2",
"manifest_version": 2,
"description": "An extension that will track your carbon footprint when using Google Search or watching videos on YouTube.",
"homepage_url": "http:\/\/kennethlarsen.org\/klima",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "browser action demo",
"default_popup": "src\/browser_action\/browser_action.html"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"include_globs": [
"*:\/\/*.google.*\/*",
"*:\/\/*.youtube.com\/*"
],
"js": [
"src\/inject\/inject.js"
],
"css": [
"css\/style.css"
]
}
]
} | |