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
官方網址 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
}