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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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