AwayTab - Travel Backgrounds

Discover amazing places to travel to in every new tab you open.

AwayTab - Travel Backgrounds là gì?

AwayTab - Travel Backgrounds là một tiện ích mở rộng Chrome được phát triển bởi champagne, và tính năng chính của nó là "Discover amazing places to travel to in every new tab you open.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AwayTab - Travel Backgrounds

Tải xuống các tệp mở rộng AwayTab - Travel Backgrounds 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

                        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!                    

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

Tên AwayTab - Travel Backgrounds AwayTab - Travel Backgrounds
ID homnophpjlhlpaglnfpomcambjmgceem
URL Chính Thức https://chrome.google.com/webstore/detail/awaytab-travel-background/homnophpjlhlpaglnfpomcambjmgceem
Mô tả Discover amazing places to travel to in every new tab you open.
Kích Thước Tệp 44.94 KB
Số Lần Cài Đặt 274
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2024-03-04
Ngày Phát Hành 2018-04-26
Đánh Giá 4.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển champagne
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://awaytab.com
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}