DL Award Chart Overlay

Adds the lowest known award rates to search results on delta.com

ما هو DL Award Chart Overlay؟

DL Award Chart Overlay هو إضافة Chrome تم تطويرها بواسطة https://www.wandr.me، والميزة الرئيسية لها هي "Adds the lowest known award rates to search results on delta.com".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة DL Award Chart Overlay

قم بتنزيل ملفات الامتداد DL Award Chart Overlay بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Adds an extra line atop the search results for Delta SkyMiles searches to show off the lowest award prices known in the HowManySkyMiles.com system.                    

معلومات أساسية عن التمديد

الاسم DL Award Chart Overlay DL Award Chart Overlay
ID ndindkdecihgobflcinpiliibhhlapib
عنوان URL الرسمي https://chromewebstore.google.com/detail/dl-award-chart-overlay/ndindkdecihgobflcinpiliibhhlapib
الوصف Adds the lowest known award rates to search results on delta.com
حجم الملف 24.44 KB
عدد التثبيتات 240
النسخة الحالية 0.2.1
آخر تحديث 2015-06-02
تاريخ النشر 2015-06-02
المطور https://www.wandr.me
نوع الدفع free
موقع الإضافة http://blog.wandr.me/browser-extensions/
عنوان صفحة المساعدة http://blog.wandr.me/browser-extensions/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "include_globs": [
                "http:\/\/www.delta.com\/air-shopping\/findFlights.action*",
                "https:\/\/www.delta.com\/air-shopping\/findFlights.action*"
            ],
            "js": [
                "DLChart.user.js"
            ],
            "matches": [
                "http:\/\/www.delta.com\/air-shopping\/findFlights.action*",
                "https:\/\/www.delta.com\/air-shopping\/findFlights.action*"
            ],
            "run_at": "document_idle"
        }
    ],
    "converted_from_user_script": true,
    "description": "Adds the lowest known award rates to search results on delta.com",
    "name": "DL Award Chart Overlay",
    "version": "0.2.1",
    "homepage_url": "http:\/\/wandr.me\/",
    "short_name": "DLAwardChart",
    "web_accessible_resources": [
        "DLChart.user.js"
    ],
    "icons": {
        "16": "icon16.jpg",
        "48": "icon48.jpg",
        "128": "icon128.jpg"
    }
}