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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Your Next Trip, cheap flights in your new tab
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 |
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 } |