Careplane
Real-time carbon footprints inserted into your favorite travel search sites
Co to jest Careplane?
Careplane to rozszerzenie Chrome opracowane przez Brighter Planet, a jego główną funkcją jest „Real-time carbon footprints inserted into your favorite travel search sites”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Careplane
Pobierz pliki rozszerzeń Careplane w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Careplane |
ID | nnfhekhgpccbbfcklllodpnlfakndkgl |
Oficjalny URL | https://chromewebstore.google.com/detail/careplane/nnfhekhgpccbbfcklllodpnlfakndkgl |
Opis | Real-time carbon footprints inserted into your favorite travel search sites |
Rozmiar pliku | 123 KB |
Liczba instalacji | 37 |
Aktualna Wersja | 0.10.8 |
Ostatnia Aktualizacja | 2012-09-04 |
Data Publikacji | 2012-09-04 |
Ocena | 4.25/5 Łącznie 4 Oceny |
Deweloper | Brighter Planet |
Typ Płatności | free |
Strona Rozszerzenia | http://careplane.org |
Obsługiwane Języki | 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" ] } |