Flights Info
Flights Info. Developed by Scards (www.scards.com)
What is Flights Info?
Flights Info is a Chrome extension developed by scardsone, and its main feature is "Flights Info. Developed by Scards (www.scards.com)".
Extension Screenshots
Download Flights Info Extension CRX File
Download 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
Real-time flight information for airports: - Prishtina, Kosovo - Tirana, Albania - Belgrade, Serbia - Skopje & Ohrid, Macedonia - Zagreb & Dubrovnik & Split, Croatia - Sarajeva, Bosnia and Herzegovina - Podgorica & Tivat, Montenegro
Extension Basic Information
Name | |
ID | iapbefembajmjmbkeechfiipefpnpecm |
Official URL | https://chrome.google.com/webstore/detail/flights-info/iapbefembajmjmbkeechfiipefpnpecm |
Description | Flights Info. Developed by Scards (www.scards.com) |
File Size | 762 KB |
Installation Count | 20 |
Current Version | 1.0.1 |
Last Updated | 2014-11-28 |
Publish Date | 2014-11-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | scardsone |
Payment Type | free |
Extension Website | http://flightinfo.biz/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flights Info", "short_name": "FlightInfo", "version": "1.0.1", "manifest_version": 2, "description": "Flights Info. Developed by Scards (www.scards.com)", "homepage_url": "http:\/\/flightinfo.biz\/", "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,offers,airports,pristina,prishtina,kosova,belgrade,serbia,skopje,macedonia,tirana,albania,zagreb,split,dubrovnik,croatia,sarajevo,bosnia,tivat,podgorica,montenegro" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.google.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |