Your Next Trip, cheap flights in your new tab

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

Co je Your Next Trip, cheap flights in your new tab?

Your Next Trip, cheap flights in your new tab je rozšíření Chrome vyvinuté https://lesvoyagesdemma.fr, a jeho hlavní funkcí je „Get the cheapest flight to a random destination when you open a new tab.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Your Next Trip, cheap flights in your new tab

Stáhněte si soubory rozšíření Your Next Trip, cheap flights in your new tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Your Next Trip, cheap flights in your new tab Your Next Trip, cheap flights in your new tab
ID jlmfmjdfdcnaidfdkmipdeaonadjfmmp
Oficiální URL https://chromewebstore.google.com/detail/your-next-trip-cheap-flig/jlmfmjdfdcnaidfdkmipdeaonadjfmmp
Popis Get the cheapest flight to a random destination when you open a new tab.
Velikost souboru 272 KB
Počet instalací 24
Aktuální Verze 1.1.12
Poslední Aktualizace 2020-08-21
Datum Vydání 2020-07-11
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář https://lesvoyagesdemma.fr
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.lesvoyagesdemma.fr
URL Stránky Nápovědy https://www.lesvoyagesdemma.fr/faq
URL Stránky Zásad Ochrany Soukromí http://lesvoyagesdemma.fr/cgu
Podporované Jazyky 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
}