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.”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Klima: Your online carbon footprint Klima: Your online carbon footprint
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
电子邮箱 [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"
            ]
        }
    ]
}