CO2 checker

This extension will calculate your co2 emissions

CO2 checker क्या है?

CO2 checker stephanie.m.hutson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will calculate your co2 emissions"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CO2 checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम CO2 checker CO2 checker
ID cdkdjcogbiecabbgcmhohfnakbojhopi
आधिकारिक URL https://chrome.google.com/webstore/detail/co2-checker/cdkdjcogbiecabbgcmhohfnakbojhopi
विवरण This extension will calculate your co2 emissions
फ़ाइल का आकार 1.07 MB
स्थापना संख्या 15
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-10-25
प्रकाशन तिथि 2015-10-25
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर stephanie.m.hutson
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}