Klima: Your online carbon footprint

An extension that will track your carbon footprint when using Google Search or watching videos on YouTube.

What is Klima: Your online carbon footprint?

Klima: Your online carbon footprint is a Chrome extension developed by @kennethlarsen, and its main feature is "An extension that will track your carbon footprint when using Google Search or watching videos on YouTube.".

Extension Screenshots

screenshot

Download Klima: Your online carbon footprint Extension CRX File

Download Klima: Your online carbon footprint extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        An extension that will track your carbon footprint when using Google Search or watching videos on YouTube.                    

Extension Basic Information

Name Klima: Your online carbon footprint Klima: Your online carbon footprint
ID ehofddgcnmijknefgjnldeimlgklaeoa
Official URL https://chrome.google.com/webstore/detail/klima-your-online-carbon/ehofddgcnmijknefgjnldeimlgklaeoa
Description An extension that will track your carbon footprint when using Google Search or watching videos on YouTube.
File Size 24.02 KB
Installation Count 35
Current Version 1.0.2
Last Updated 2019-10-10
Publish Date 2019-10-10
Rating 5.00/5 Total 1 Ratings
Developer @kennethlarsen
Email [email protected]
Payment Type free
Privacy Policy Page URL https://github.com/kennethlarsen/Sessionslogning-simulator
Supported Languages 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"
            ]
        }
    ]
}