Careplane

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

Vad är Careplane?

Careplane är en Chrome-tillägg utvecklad av Brighter Planet, och dess huvudfunktion är "Real-time carbon footprints inserted into your favorite travel search sites".

Tilläggsskärmbilder

screenshot

Ladda ner Careplane-förlängningens CRX-fil

Ladda ner Careplane-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Careplane Careplane
ID nnfhekhgpccbbfcklllodpnlfakndkgl
Officiell webbadress https://chromewebstore.google.com/detail/careplane/nnfhekhgpccbbfcklllodpnlfakndkgl
Beskrivning Real-time carbon footprints inserted into your favorite travel search sites
Filstorlek 123 KB
Antal Installationer 37
Aktuell Version 0.10.8
Senast Uppdaterad 2012-09-04
Publiceringsdatum 2012-09-04
Betyg 4.25/5 Totalt 4 Betyg
Utvecklare Brighter Planet
Betalningssätt free
Tilläggswebbplats http://careplane.org
Stödda Språk 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"
    ]
}