Turkey Flights Info

Turkey Airports Flights Info. Developed by Scards (www.scards.com)

Was ist Turkey Flights Info?

Turkey Flights Info ist eine Chrome-Erweiterung, die von scardsone entwickelt wurde, und ihr Hauptmerkmal ist "Turkey Airports Flights Info. Developed by Scards (www.scards.com)".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Turkey Flights Info-Erweiterungs-CRX-Datei herunterladen

Laden Sie Turkey Flights Info-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Turkey Flights Info Turkey Flights Info
ID llbjnebhnhgbdkioblfggeadpddkmjoj
Offizielle URL https://chrome.google.com/webstore/detail/turkey-flights-info/llbjnebhnhgbdkioblfggeadpddkmjoj
Beschreibung Turkey Airports Flights Info. Developed by Scards (www.scards.com)
Dateigröße 748 KB
Installationsanzahl 14
Aktuelle Version 1.0.1
Letztes Update 2014-11-28
Veröffentlichungsdatum 2014-11-28
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler scardsone
Zahlungsart free
Erweiterungswebsite http://turkeyairports.net/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Turkey Flights Info",
    "short_name": "TrFlightInfo",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Turkey Airports Flights Info. Developed by Scards (www.scards.com)",
    "homepage_url": "http:\/\/turkeyairports.net\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "browser action demo",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "clipboardRead",
        "clipboardWrite",
        "contentSettings",
        "contextMenus",
        "cookies",
        "tts",
        "ttsEngine",
        "idle",
        "management",
        "notifications"
    ],
    "omnibox": {
        "keyword": "scards,flights,arrivals,departures,airlines,offers,flight,arrival,departure,airline,offer,turkey,istanbul,ataturk,sabiha gukcen,adana,ankara,izmir,bodrum,antalya,konya,dalaman,hatay,gaziantel,havalimani,dyarbakir,trabzon"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}