CO2 checker
This extension will calculate your co2 emissions
What is CO2 checker?
CO2 checker is a Chrome extension developed by stephanie.m.hutson, and its main feature is "This extension will calculate your co2 emissions".
Download CO2 checker Extension CRX File
Download CO2 checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | cdkdjcogbiecabbgcmhohfnakbojhopi |
Official URL | https://chrome.google.com/webstore/detail/co2-checker/cdkdjcogbiecabbgcmhohfnakbojhopi |
Description | This extension will calculate your co2 emissions |
File Size | 1.07 MB |
Installation Count | 15 |
Current Version | 1.0 |
Last Updated | 2015-10-25 |
Publish Date | 2015-10-25 |
Rating | 5.00/5 Total 2 Ratings |
Developer | stephanie.m.hutson |
Payment Type | free |
Supported Languages | 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" ] } |