AwayTab - Travel Backgrounds
Discover amazing places to travel to in every new tab you open.
ما هو AwayTab - Travel Backgrounds؟
AwayTab - Travel Backgrounds هو إضافة Chrome تم تطويرها بواسطة champagne، والميزة الرئيسية لها هي "Discover amazing places to travel to in every new tab you open.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة AwayTab - Travel Backgrounds
قم بتنزيل ملفات الامتداد AwayTab - Travel Backgrounds بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With every time you open a new tab, you'll be presented with a stunning image of a new destination, along with the cheapest flights from your area. It's the perfect way to get inspired, plan your next adventure, and start dreaming of your next great escape! Away features 40+ Destinations!
معلومات أساسية عن التمديد
الاسم | |
ID | homnophpjlhlpaglnfpomcambjmgceem |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/awaytab-travel-background/homnophpjlhlpaglnfpomcambjmgceem |
الوصف | Discover amazing places to travel to in every new tab you open. |
حجم الملف | 44.94 KB |
عدد التثبيتات | 274 |
النسخة الحالية | 1.1.2 |
آخر تحديث | 2024-03-04 |
تاريخ النشر | 2018-04-26 |
تقييم | 4.56/5 مجموع تقييمات 9 |
المطور | champagne |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
موقع الإضافة | https://awaytab.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AwayTab - Travel Backgrounds", "manifest_version": 3, "short_name": "AwayTab", "description": "Discover amazing places to travel to in every new tab you open.", "version": "1.1.2", "default_locale": "en", "chrome_url_overrides": { "newtab": "index.html" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "geolocation", "storage" ], "icons": { "128": "img\/icon.png" }, "action": { "default_icon": { "128": "img\/icon.png" } } } |