Turkey Flights Info
Turkey Airports Flights Info. Developed by Scards (www.scards.com)
Wat is Turkey Flights Info?
Turkey Flights Info is een Chrome-extensie ontwikkeld door scardsone, en de belangrijkste functie is "Turkey Airports Flights Info. Developed by Scards (www.scards.com)".
Extensie Screenshots
Download het CRX-bestand van de extensie Turkey Flights Info
Download Turkey Flights Info-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | llbjnebhnhgbdkioblfggeadpddkmjoj |
Officiële URL | https://chrome.google.com/webstore/detail/turkey-flights-info/llbjnebhnhgbdkioblfggeadpddkmjoj |
Beschrijving | Turkey Airports Flights Info. Developed by Scards (www.scards.com) |
Bestandsgrootte | 748 KB |
Aantal Installaties | 14 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2014-11-28 |
Publicatiedatum | 2014-11-28 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | scardsone |
Betalingswijze | free |
Extensiewebsite | http://turkeyairports.net/ |
Ondersteunde Talen | 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" ] } ] } |