Your Next Trip, cheap flights in your new tab
Get the cheapest flight to a random destination when you open a new tab.
¿Qué es Your Next Trip, cheap flights in your new tab?
Your Next Trip, cheap flights in your new tab es una extensión de Chrome desarrollada por https://lesvoyagesdemma.fr, y su función principal es "Get the cheapest flight to a random destination when you open a new tab.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Your Next Trip, cheap flights in your new tab
Descarga archivos de extensión Your Next Trip, cheap flights in your new tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Every time you open a new tab, the extension shows you a cheap flight idea from the nearest airport. Destinations are worldwide and dates are random. Flight prices range from 20€ (return trip) to 500€ if you plan on going far away. If a flight suits you, you just have to click on the "Book Now" button and you'll be redirected to Skyscanner. The extension is in both French and English depending on your browser language. Notice: Prices were parsed in the last 24h, which means the actual price may vary a bit when you click on "BOOK NOW". Usually, the difference is small anyway.
Información Básica de la Extensión
Nombre | Your Next Trip, cheap flights in your new tab |
ID | jlmfmjdfdcnaidfdkmipdeaonadjfmmp |
URL Oficial | https://chromewebstore.google.com/detail/your-next-trip-cheap-flig/jlmfmjdfdcnaidfdkmipdeaonadjfmmp |
Descripción | Get the cheapest flight to a random destination when you open a new tab. |
Tamaño del Archivo | 272 KB |
Cantidad de Instalaciones | 24 |
Versión Actual | 1.1.12 |
Última Actualización | 2020-08-21 |
Fecha de Publicación | 2020-07-11 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | https://lesvoyagesdemma.fr |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.lesvoyagesdemma.fr |
URL de la Página de Ayuda | https://www.lesvoyagesdemma.fr/faq |
URL de la Página de Política de Privacidad | http://lesvoyagesdemma.fr/cgu |
Idiomas Soportados | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.1.12", "description": "__MSG_appDesc__", "default_locale": "en", "browser_action": { "default_icon": "icon.png", "default_title": "__MSG_appBrowser__" }, "icons": { "128": "icon.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "background": { "scripts": [ "backgroundApi.js" ], "persistent": false }, "web_accessible_resources": [ "newtab.css" ], "permissions": [ "geolocation", "storage" ], "manifest_version": 2 } |