Klima: Your online carbon footprint
An extension that will track your carbon footprint when using Google Search or watching videos on YouTube.
Wat is Klima: Your online carbon footprint?
Klima: Your online carbon footprint is een Chrome-extensie ontwikkeld door @kennethlarsen, en de belangrijkste functie is "An extension that will track your carbon footprint when using Google Search or watching videos on YouTube.".
Extensie Screenshots
Download het CRX-bestand van de extensie Klima: Your online carbon footprint
Download Klima: Your online carbon footprint-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
An extension that will track your carbon footprint when using Google Search or watching videos on YouTube.
Basisinformatie over de Extensie
Naam | |
ID | ehofddgcnmijknefgjnldeimlgklaeoa |
Officiële URL | https://chrome.google.com/webstore/detail/klima-your-online-carbon/ehofddgcnmijknefgjnldeimlgklaeoa |
Beschrijving | An extension that will track your carbon footprint when using Google Search or watching videos on YouTube. |
Bestandsgrootte | 24.02 KB |
Aantal Installaties | 35 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2019-10-10 |
Publicatiedatum | 2019-10-10 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | @kennethlarsen |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://github.com/kennethlarsen/Sessionslogning-simulator |
Ondersteunde Talen | 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" ] } ] } |