CO2 checker

This extension will calculate your co2 emissions

Apa itu CO2 checker?

CO2 checker adalah ekstensi Chrome yang dikembangkan oleh stephanie.m.hutson, dan fitur utamanya adalah "This extension will calculate your co2 emissions".

Unduh Berkas CRX Ekstensi CO2 checker

Unduh file ekstensi CO2 checker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama CO2 checker CO2 checker
ID cdkdjcogbiecabbgcmhohfnakbojhopi
URL Resmi https://chrome.google.com/webstore/detail/co2-checker/cdkdjcogbiecabbgcmhohfnakbojhopi
Deskripsi This extension will calculate your co2 emissions
Ukuran File 1.07 MB
Jumlah Instalasi 15
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-10-25
Tanggal Publikasi 2015-10-25
Penilaian 5.00/5 Total 2 Penilaian
Pengembang stephanie.m.hutson
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}