Legrooms for Google Flights
Enhances Google Flights search by surfacing legrooms, carry-on restrictions and other amenities on search result list.
Qu'est-ce que Legrooms for Google Flights ?
Legrooms for Google Flights est une extension Chrome développée par dbugger, et sa fonction principale est "Enhances Google Flights search by surfacing legrooms, carry-on restrictions and other amenities on search result list.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Legrooms for Google Flights
Téléchargez les fichiers d'extension Legrooms for Google Flights 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
Legrooms for Google Flights displays legrooms, carry-on restrictions and amenities alongside Google Flight search results for easy comparison. About permission: Legrooms for Google Flights modifies displayed content on Google Flight website, and needs permission over www.google.com/flights. However, the permission notice dialog only mention www.google.com (omitting /flights). When browsing for flights, we get a listing by cost, schedule and duration. For travelers who value comfort, comparing seat legroom takes more work. Google Flight has the information available after you selected a segment in the itinerary. Why not have the information on the search result too? With this extension, legroom and carry-on information will be shown on the search result! It is time to show the airlines that we care about our comfort too. Update 1.9.7 Fix layout to conform to changes on Google Flights website. Update 1.9.6 Update extension to work with a new version of Google Flight that load first flight information with the page. Update 1.9.5 Add support for dark mode. Update 1.9.4 Update extension to work with new changes to Google Flights site. Update 1.9.3 Update extension to work with new Google Flights URLs.
Informations de Base sur l'Extension
Nom | Legrooms for Google Flights |
ID | nhonfddkgankhjilponlbdccpabaaknp |
URL Officiel | https://chromewebstore.google.com/detail/legrooms-for-google-fligh/nhonfddkgankhjilponlbdccpabaaknp |
Description | Enhances Google Flights search by surfacing legrooms, carry-on restrictions and other amenities on search result list. |
Taille du Fichier | 27.87 KB |
Nombre d'Installations | 79,203 |
Version Actuelle | 1.9.7 |
Dernière Mise à Jour | 2024-02-17 |
Date de Publication | 2019-11-03 |
Évaluation | 3.82/5 Total 39 Évaluations |
Développeur | dbugger |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/dbugger/legroom |
URL de la Page d'Aide | https://github.com/dbugger/legroom/blob/master/docs/user_guide.md |
URL de la Page de Politique de Confidentialité | https://github.com/dbugger/legroom/blob/master/PRIVACY.md |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Legrooms for Google Flights", "short_name": "MoreLegroom,pls", "description": "Enhances Google Flights search by surfacing legrooms, carry-on restrictions and other amenities on search result list.", "version": "1.9.7", "action": { "default_icon": { "16": "seat_16_grey.png", "48": "seat_48_grey.png", "128": "seat_128_grey.png" }, "default_title": "Legroom", "default_popup": "popup.html" }, "permissions": [], "web_accessible_resources": [ { "resources": [ "inject_script.js", "inject_script_beta.js", "inject_style.css", "inject_style_beta.css", "flight_data.js", "wifi_black_24dp.svg", "power_black_24dp.svg", "ondemand_video_black_24dp.svg", "tap_and_play_black_24dp.svg", "airline_seat_recline_normal_black_24dp.svg", "airline_seat_recline_extra_black_24dp.svg", "airline_seat_flat_black_24dp.svg", "airline_seat_individual_suite_black_24dp.svg", "airline_seat_flat_angled_black_24dp.svg", "usb_black_24dp.svg" ], "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\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/flights*", "https:\/\/www.google.ca\/flights*", "https:\/\/www.google.com.pr\/flights*", "https:\/\/www.google.ie\/flights*", "https:\/\/www.google.ch\/flights*", "https:\/\/www.google.com.my\/flights*", "https:\/\/www.google.be\/flights*", "https:\/\/www.google.nl\/flights*", "https:\/\/www.google.pt\/flights*", "https:\/\/www.google.es\/flights*", "https:\/\/www.google.de\/flights*", "https:\/\/www.google.com.br\/flights*", "https:\/\/www.google.co.nz\/flights*", "https:\/\/www.google.co.uk\/flights*", "https:\/\/www.google.at\/flights*", "https:\/\/www.google.fr\/flights*", "https:\/\/www.google.com.au\/flights*", "https:\/\/www.google.no\/flights*", "https:\/\/www.google.se\/flights*", "https:\/\/www.google.dk\/flights*", "https:\/\/www.google.it\/flights*", "https:\/\/www.google.com.mx\/flights*", "https:\/\/www.google.co.in\/flights*", "https:\/\/www.google.pl\/flights*", "https:\/\/www.google.co.id\/flights*", "https:\/\/www.google.co.jp\/flights*", "https:\/\/www.google.ru\/flights*", "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*" ], "include_globs": [ "*:\/\/*.google.com\/flights*", "*:\/\/*.google.com\/travel\/flights*" ], "js": [ "content_script.js" ], "run_at": "document_idle" } ], "background": { "service_worker": "background.js" } } |