Turkey Flights Info
Turkey Airports Flights Info. Developed by Scards (www.scards.com)
What is Turkey Flights Info?
Turkey Flights Info is a Chrome extension developed by scardsone, and its main feature is "Turkey Airports Flights Info. Developed by Scards (www.scards.com)".
Extension Screenshots
Download Turkey Flights Info Extension CRX File
Download Turkey Flights Info extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | llbjnebhnhgbdkioblfggeadpddkmjoj |
Official URL | https://chrome.google.com/webstore/detail/turkey-flights-info/llbjnebhnhgbdkioblfggeadpddkmjoj |
Description | Turkey Airports Flights Info. Developed by Scards (www.scards.com) |
File Size | 748 KB |
Installation Count | 14 |
Current Version | 1.0.1 |
Last Updated | 2014-11-28 |
Publish Date | 2014-11-28 |
Rating | 5.00/5 Total 3 Ratings |
Developer | scardsone |
Payment Type | free |
Extension Website | http://turkeyairports.net/ |
Supported Languages | 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" ] } ] } |