Careplane
Real-time carbon footprints inserted into your favorite travel search sites
Cos'è Careplane?
Careplane è un'estensione di Chrome sviluppata da Brighter Planet, e la sua funzione principale è "Real-time carbon footprints inserted into your favorite travel search sites".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Careplane
Scarica i file di estensione Careplane in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Careplane |
ID | nnfhekhgpccbbfcklllodpnlfakndkgl |
URL Ufficiale | https://chromewebstore.google.com/detail/careplane/nnfhekhgpccbbfcklllodpnlfakndkgl |
Descrizione | Real-time carbon footprints inserted into your favorite travel search sites |
Dimensione del File | 123 KB |
Conteggio Installazioni | 37 |
Versione Corrente | 0.10.8 |
Ultimo Aggiornamento | 2012-09-04 |
Data di Pubblicazione | 2012-09-04 |
Valutazione | 4.25/5 Totale 4 Valutazioni |
Sviluppatore | Brighter Planet |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://careplane.org |
Lingue Supportate | 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" ] } |