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はhttps://lesvoyagesdemma.frによって開発されたChromeの拡張機能で、その主な機能は「Get the cheapest flight to a random destination when you open a new tab.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Your Next Trip, cheap flights in your new tab拡張機能のCRXファイルをダウンロード

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
Eメール [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
}