Turkey Flights Info

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

Qu'est-ce que Turkey Flights Info ?

Turkey Flights Info est une extension Chrome développée par scardsone, et sa fonction principale est "Turkey Airports Flights Info. Developed by Scards (www.scards.com)".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Turkey Flights Info

Téléchargez les fichiers d'extension Turkey Flights Info au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Turkey Flights Info Turkey Flights Info
ID llbjnebhnhgbdkioblfggeadpddkmjoj
URL Officiel https://chrome.google.com/webstore/detail/turkey-flights-info/llbjnebhnhgbdkioblfggeadpddkmjoj
Description Turkey Airports Flights Info. Developed by Scards (www.scards.com)
Taille du Fichier 748 KB
Nombre d'Installations 14
Version Actuelle 1.0.1
Dernière Mise à Jour 2014-11-28
Date de Publication 2014-11-28
Évaluation 5.00/5 Total 3 Évaluations
Développeur scardsone
Type de Paiement free
Site Web de l'Extension http://turkeyairports.net/
Langues Prises en Charge 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"
            ]
        }
    ]
}