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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://www.lesvoyagesdemma.fr/faq
عنوان صفحة سياسة الخصوصية 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
}