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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AwayTab - Travel Backgrounds

ดาวน์โหลดไฟล์ส่วนขยาย AwayTab - Travel Backgrounds ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AwayTab - Travel Backgrounds AwayTab - Travel Backgrounds
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"
        }
    }
}