Careplane
Real-time carbon footprints inserted into your favorite travel search sites
Wat is Careplane?
Careplane is een Chrome-extensie ontwikkeld door Brighter Planet, en de belangrijkste functie is "Real-time carbon footprints inserted into your favorite travel search sites".
Extensie Screenshots
Download het CRX-bestand van de extensie Careplane
Download Careplane-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
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.
Basisinformatie over de Extensie
Naam | Careplane |
ID | nnfhekhgpccbbfcklllodpnlfakndkgl |
Officiële URL | https://chromewebstore.google.com/detail/careplane/nnfhekhgpccbbfcklllodpnlfakndkgl |
Beschrijving | Real-time carbon footprints inserted into your favorite travel search sites |
Bestandsgrootte | 123 KB |
Aantal Installaties | 37 |
Huidige Versie | 0.10.8 |
Laatst Bijgewerkt | 2012-09-04 |
Publicatiedatum | 2012-09-04 |
Beoordeling | 4.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Brighter Planet |
Betalingswijze | free |
Extensiewebsite | http://careplane.org |
Ondersteunde Talen | 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" ] } |