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 |
官方網址 | 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" ] } |