Careplane

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

Careplaneคืออะไร?

Careplane เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brighter Planet และคุณลักษณะหลักของมันคือ "Real-time carbon footprints inserted into your favorite travel search sites"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Careplane

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}