Careplane

Real-time carbon footprints inserted into your favorite travel search sites

O que é Careplane?

Careplane é uma extensão do Chrome desenvolvida por Brighter Planet, e sua principal característica é "Real-time carbon footprints inserted into your favorite travel search sites".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Careplane

Baixe arquivos de extensão Careplane no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Careplane Careplane
ID nnfhekhgpccbbfcklllodpnlfakndkgl
URL Oficial https://chromewebstore.google.com/detail/careplane/nnfhekhgpccbbfcklllodpnlfakndkgl
Descrição Real-time carbon footprints inserted into your favorite travel search sites
Tamanho do Arquivo 123 KB
Contagem de Instalações 37
Versão Atual 0.10.8
Última Atualização 2012-09-04
Data de Publicação 2012-09-04
Classificação 4.25/5 Total de 4 Avaliações
Desenvolvedor Brighter Planet
Tipo de Pagamento free
Site da Extensão http://careplane.org
Idiomas Suportados 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"
    ]
}