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" ] } |