Careplane
Real-time carbon footprints inserted into your favorite travel search sites
Careplane란 무엇입니까?
Careplane은(는) Brighter Planet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Real-time carbon footprints inserted into your favorite travel search sites"입니다.
확장 프로그램 스크린샷
Careplane 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Careplane |
ID | nnfhekhgpccbbfcklllodpnlfakndkgl |
공식 URL | https://chromewebstore.google.com/detail/careplane/nnfhekhgpccbbfcklllodpnlfakndkgl |
설명 | Real-time carbon footprints inserted into your favorite travel search sites |
파일 크기 | 123 KB |
설치 횟수 | 37 |
현재 버전 | 0.10.8 |
최근 업데이트 | 2012-09-04 |
출시 날짜 | 2012-09-04 |
평점 | 4.25/5 총 4 개의 평점 |
개발자 | Brighter Planet |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://careplane.org |
지원되는 언어 | 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" ] } |