Your Next Trip, cheap flights in your new tab

Get the cheapest flight to a random destination when you open a new tab.

Что такое Your Next Trip, cheap flights in your new tab?

Your Next Trip, cheap flights in your new tab - это расширение Chrome, разработанное https://lesvoyagesdemma.fr, и его основная функция - "Get the cheapest flight to a random destination when you open a new tab.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Your Next Trip, cheap flights in your new tab

Скачайте файлы расширений Your Next Trip, cheap flights in your new tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Your Next Trip, cheap flights in your new tab Your Next Trip, cheap flights in your new tab
ID jlmfmjdfdcnaidfdkmipdeaonadjfmmp
Официальный URL https://chromewebstore.google.com/detail/your-next-trip-cheap-flig/jlmfmjdfdcnaidfdkmipdeaonadjfmmp
Описание Get the cheapest flight to a random destination when you open a new tab.
Размер файла 272 KB
Количество установок 24
Текущая Версия 1.1.12
Последнее Обновление 2020-08-21
Дата публикации 2020-07-11
Рейтинг 5.00/5 Всего 4 оценок
Разработчик https://lesvoyagesdemma.fr
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.lesvoyagesdemma.fr
URL страницы помощи https://www.lesvoyagesdemma.fr/faq
URL страницы политики конфиденциальности http://lesvoyagesdemma.fr/cgu
Поддерживаемые языки 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
}