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 là gì?

Your Next Trip, cheap flights in your new tab là một tiện ích mở rộng Chrome được phát triển bởi https://lesvoyagesdemma.fr, và tính năng chính của nó là "Get the cheapest flight to a random destination when you open a new tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Your Next Trip, cheap flights in your new tab

Tải xuống các tệp mở rộng Your Next Trip, cheap flights in your new tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Your Next Trip, cheap flights in your new tab Your Next Trip, cheap flights in your new tab
ID jlmfmjdfdcnaidfdkmipdeaonadjfmmp
URL Chính Thức https://chromewebstore.google.com/detail/your-next-trip-cheap-flig/jlmfmjdfdcnaidfdkmipdeaonadjfmmp
Mô tả Get the cheapest flight to a random destination when you open a new tab.
Kích Thước Tệp 272 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.1.12
Cập Nhật Lần Cuối 2020-08-21
Ngày Phát Hành 2020-07-11
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://lesvoyagesdemma.fr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.lesvoyagesdemma.fr
URL Trang Trợ Giúp https://www.lesvoyagesdemma.fr/faq
URL Trang Chính Sách Bảo Mật http://lesvoyagesdemma.fr/cgu
Ngôn Ngữ Được Hỗ Trợ 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
}