Careplane
Real-time carbon footprints inserted into your favorite travel search sites
What is Careplane?
Careplane is a Chrome extension developed by Brighter Planet, and its main feature is "Real-time carbon footprints inserted into your favorite travel search sites".
Extension Screenshots
Download Careplane Extension CRX File
Download Careplane 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
Careplane displays carbon footprints of flights on popular travel sites, like Kayak, Orbitz, Bing, and Hipmunk. It will help you find the greenest flight, whether you have personal or business sustainability goals.
Extension Basic Information
Name | Careplane |
ID | nnfhekhgpccbbfcklllodpnlfakndkgl |
Official URL | https://chromewebstore.google.com/detail/careplane/nnfhekhgpccbbfcklllodpnlfakndkgl |
Description | Real-time carbon footprints inserted into your favorite travel search sites |
File Size | 123 KB |
Installation Count | 37 |
Current Version | 0.10.8 |
Last Updated | 2012-09-04 |
Publish Date | 2012-09-04 |
Rating | 4.25/5 Total 4 Ratings |
Developer | Brighter Planet |
Payment Type | free |
Extension Website | http://careplane.org |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Careplane", "version": "0.10.8", "manifest_version": 2, "description": "Real-time carbon footprints inserted into your favorite travel search sites", "content_scripts": [ { "matches": [ "*:\/\/*.bing.com\/*", "*:\/\/bing.com\/*", "*:\/\/*.hipmunk.com\/*", "*:\/\/hipmunk.com\/*", "*:\/\/*.kayak.com\/*", "*:\/\/kayak.com\/*", "*:\/\/*.kayak.co.uk\/*", "*:\/\/kayak.co.uk\/*", "*:\/\/*.orbitz.com\/*", "*:\/\/orbitz.com\/*" ], "css": [ "stylesheets\/careplane.css" ], "js": [ "application.js", "hipmunk-spy.js" ] } ], "background": { "scripts": [ "background.js", "hipmunk-spy.js" ] }, "options_page": "options.html", "icons": { "48": "images\/icon64.png" }, "web_accessible_resources": [ "hipmunk-spy.js" ] } |