Klima: Your online carbon footprint

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

Co je Klima: Your online carbon footprint?

Klima: Your online carbon footprint je rozšíření Chrome vyvinuté @kennethlarsen, a jeho hlavní funkcí je „An extension that will track your carbon footprint when using Google Search or watching videos on YouTube.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Klima: Your online carbon footprint

Stáhněte si soubory rozšíření Klima: Your online carbon footprint ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Klima: Your online carbon footprint Klima: Your online carbon footprint
ID ehofddgcnmijknefgjnldeimlgklaeoa
Oficiální URL https://chrome.google.com/webstore/detail/klima-your-online-carbon/ehofddgcnmijknefgjnldeimlgklaeoa
Popis An extension that will track your carbon footprint when using Google Search or watching videos on YouTube.
Velikost souboru 24.02 KB
Počet instalací 35
Aktuální Verze 1.0.2
Poslední Aktualizace 2019-10-10
Datum Vydání 2019-10-10
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář @kennethlarsen
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://github.com/kennethlarsen/Sessionslogning-simulator
Podporované Jazyky 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"
            ]
        }
    ]
}