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ファイルをダウンロード
Careplane拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" ] } |