SkySavvy - Enhance Google Flights
Enhanced Google Flights for savvy travelers
O que é SkySavvy - Enhance Google Flights?
SkySavvy - Enhance Google Flights é uma extensão do Chrome desenvolvida por matthewdf10, e sua principal característica é "Enhanced Google Flights for savvy travelers".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SkySavvy - Enhance Google Flights
Baixe arquivos de extensão SkySavvy - Enhance Google Flights no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
SkySavvy is a Chrome extension that enhances Google Flights with style changes and additional data in flight search results for savvy travelers. Key Features: 💻 Page Style Enhancements: • Widens the page to reduce clutter and take advantage of wider screens • Hides the footer that contained unnecessary links • Hides various annoying disclaimers that cluttered the interface (e.g., "Displayed currencies may differ", "Prices include fees", etc.) • Hides the "Price Guarantee" advertisement banner • Hides CO2 emissions data from the top-level of each search result (the same information is still available in the expanded view) • Supports both light and dark mode • Lightweight; ad-free and tracker-free 🌴 Holiday Highlighting: • Highlights holidays (US only for now) in the date-pickers, helping you easily visualize travel dates that may be more expensive. ✈️ Additional Flight Data: • Adds seat and leg room information to each search result • Adds a FlightAware link for each flight segment • Adds detailed aircraft IATA code and Wikipedia link • Adds SeatGuru link for the specific aircraft type • Adds LoungeBuddy links for lounges in the origin and destination airports • Adds airline miles award program data • Adds airline transfer partner data (and point transfer ratios) • Adds visual call outs for Delta One, Delta One Suites, and Qsuites in business class • Adds airline award program details and links • Adds partner transfer data for all popular US/EU airlines for Amex, Chase, CapitalOne, Bilt, and Marriott Bonvoy programs 🎥 Flight Media: • Adds relevant media of aircraft, cabins, seats, etc. 💠 Other Enhancements: • "Lie Flat" seat filter to quickly surface lie flat and suite business class flights • "Suite" seat filter to quickly surface suites for business and first class flights • "Aircraft" filter to quickly filter flights by aircraft (Boeing, Airbus, etc.) 🔎 SkySavvy "TravelBar": • Search flights, airports, airlines, and planes directly from the Chrome search bar using the "ss" keyword ---------------------------------------------- More Details: https://github.com/matthewdfuller/skysavvy-docs Privacy & Security: https://github.com/matthewdfuller/skysavvy-docs#security-and-privacy Keywords: Google Flights, flights, aviation, travel search, planes, aircraft, flight search, travel engine, booking engine Changelog: 1.6.0 • Adds filters for aircraft types • Hides the "Price Guarantee" advertisement banner 1.5.0 • Adding the SkySavvy "TravelBar" - search flights, airports, airlines, and planes directly from the Chrome search bar using the "ss" keyword 1.4.0 • Adds dynamic ANA (All Nippon Airways) award point data to flight results (supports zones, seasons, and cabin class combinations) 1.3.0 • Added award program data and links for all top US/EU airlines to search results • Added credit card transfer data (Amex, Chase, CapitalOne, Bilt, and Marriott Bonvoy programs) to search results 1.2.0 • Added a "Suites" filter to search for suite-only flights • Performance improvements for the addition of seat data to search results 1.1.0 • Removed API lookups; all flight data is now loaded locally • Added seat and legroom information to each search result • Fixing some bugs causing added flight information to disappear (this still happens in some cases) 1.0.0 • Initial release
Informações Básicas da Extensão
Nome | SkySavvy - Enhance Google Flights |
ID | kpdeplhmnofpohflebkiigblcpogmdeg |
URL Oficial | https://chromewebstore.google.com/detail/skysavvy-enhance-google-f/kpdeplhmnofpohflebkiigblcpogmdeg |
Descrição | Enhanced Google Flights for savvy travelers |
Tamanho do Arquivo | 199 KB |
Contagem de Instalações | 401 |
Versão Atual | 1.6.0 - Beta |
Última Atualização | 2024-01-29 |
Data de Publicação | 2023-10-04 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | matthewdf10 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/matthewdfuller/skysavvy-docs |
URL da Página de Ajuda | https://github.com/matthewdfuller/skysavvy-docs/issues/new/choose |
URL da Página de Política de Privacidade | https://github.com/matthewdfuller/skysavvy-docs |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SkySavvy - Enhance Google Flights", "description": "Enhanced Google Flights for savvy travelers", "version": "1.6.0", "version_name": "1.6.0 - Beta", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/travel\/flights*", "https:\/\/www.google.ca\/travel\/flights*", "https:\/\/www.google.com.pr\/travel\/flights*", "https:\/\/www.google.ie\/travel\/flights*", "https:\/\/www.google.ch\/travel\/flights*", "https:\/\/www.google.com.my\/travel\/flights*", "https:\/\/www.google.be\/travel\/flights*", "https:\/\/www.google.nl\/travel\/flights*", "https:\/\/www.google.pt\/travel\/flights*", "https:\/\/www.google.es\/travel\/flights*", "https:\/\/www.google.de\/travel\/flights*", "https:\/\/www.google.com.br\/travel\/flights*", "https:\/\/www.google.co.nz\/travel\/flights*", "https:\/\/www.google.co.uk\/travel\/flights*", "https:\/\/www.google.at\/travel\/flights*", "https:\/\/www.google.fr\/travel\/flights*", "https:\/\/www.google.com.au\/travel\/flights*", "https:\/\/www.google.no\/travel\/flights*", "https:\/\/www.google.se\/travel\/flights*", "https:\/\/www.google.dk\/travel\/flights*", "https:\/\/www.google.it\/travel\/flights*", "https:\/\/www.google.com.mx\/travel\/flights*", "https:\/\/www.google.co.in\/travel\/flights*", "https:\/\/www.google.pl\/travel\/flights*", "https:\/\/www.google.co.id\/travel\/flights*", "https:\/\/www.google.co.jp\/travel\/flights*", "https:\/\/www.google.ru\/travel\/flights*" ], "js": [ "jquery.min.js", "flights.js" ], "css": [ "styles.css" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.google.com\/*", "https:\/\/www.google.ca\/*", "https:\/\/www.google.com.pr\/*", "https:\/\/www.google.ie\/*", "https:\/\/www.google.ch\/*", "https:\/\/www.google.com.my\/*", "https:\/\/www.google.be\/*", "https:\/\/www.google.nl\/*", "https:\/\/www.google.pt\/*", "https:\/\/www.google.es\/*", "https:\/\/www.google.de\/*", "https:\/\/www.google.com.br\/*", "https:\/\/www.google.co.nz\/*", "https:\/\/www.google.co.uk\/*", "https:\/\/www.google.at\/*", "https:\/\/www.google.fr\/*", "https:\/\/www.google.com.au\/*", "https:\/\/www.google.no\/*", "https:\/\/www.google.se\/*", "https:\/\/www.google.dk\/*", "https:\/\/www.google.it\/*", "https:\/\/www.google.com.mx\/*", "https:\/\/www.google.co.in\/*", "https:\/\/www.google.pl\/*", "https:\/\/www.google.co.id\/*", "https:\/\/www.google.co.jp\/*", "https:\/\/www.google.ru\/*" ], "resources": [ "data\/*.json", "images\/*", "interceptor.js" ] } ], "action": { "default_title": "SkySavvy", "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_popup": "popup\/popup.html" }, "permissions": [ "storage" ], "omnibox": { "keyword": "ss" }, "background": { "service_worker": "background.js" } } |