CO2 checker

This extension will calculate your co2 emissions

Wat is CO2 checker?

CO2 checker is een Chrome-extensie ontwikkeld door stephanie.m.hutson, en de belangrijkste functie is "This extension will calculate your co2 emissions".

Download het CRX-bestand van de extensie CO2 checker

Download CO2 checker-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

                        This chrome extension works with google maps to tell you your estimated CO2 emissions for your journey based on the type of vehicle you use and the length of your trip.                    

Basisinformatie over de Extensie

Naam CO2 checker CO2 checker
ID cdkdjcogbiecabbgcmhohfnakbojhopi
Officiële URL https://chrome.google.com/webstore/detail/co2-checker/cdkdjcogbiecabbgcmhohfnakbojhopi
Beschrijving This extension will calculate your co2 emissions
Bestandsgrootte 1.07 MB
Aantal Installaties 15
Huidige Versie 1.0
Laatst Bijgewerkt 2015-10-25
Publicatiedatum 2015-10-25
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar stephanie.m.hutson
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CO2 checker",
    "description": "This extension will calculate your co2 emissions",
    "version": "1.0",
    "icons": {
        "16": "imgs\/logo.svg",
        "48": "imgs\/logo.svg",
        "128": "imgs\/logo.svg"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "calculate.js"
            ],
            "css": [
                "extension.css"
            ],
            "matches": [
                "http:\/\/www.google.com\/maps\/*",
                "https:\/\/www.google.com\/maps\/*",
                "http:\/\/maps.google.com\/*",
                "https:\/\/maps.google.com\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "pageCapture"
    ]
}