Klima: Your online carbon footprint
An extension that will track your carbon footprint when using Google Search or watching videos on YouTube.
Qu'est-ce que Klima: Your online carbon footprint ?
Klima: Your online carbon footprint est une extension Chrome développée par @kennethlarsen, et sa fonction principale est "An extension that will track your carbon footprint when using Google Search or watching videos on YouTube.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Klima: Your online carbon footprint
Téléchargez les fichiers d'extension Klima: Your online carbon footprint au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
An extension that will track your carbon footprint when using Google Search or watching videos on YouTube.
Informations de Base sur l'Extension
Nom | |
ID | ehofddgcnmijknefgjnldeimlgklaeoa |
URL Officiel | 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. |
Taille du Fichier | 24.02 KB |
Nombre d'Installations | 35 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2019-10-10 |
Date de Publication | 2019-10-10 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | @kennethlarsen |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://github.com/kennethlarsen/Sessionslogning-simulator |
Langues Prises en Charge | 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" ] } ] } |