AwayTab - Travel Backgrounds

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

什麼是AwayTab - Travel Backgrounds?

AwayTab - Travel Backgrounds是由champagne開發的Chrome擴展程式,該擴展的主要功能是“Discover amazing places to travel to in every new tab you open.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載AwayTab - Travel Backgrounds擴展crx文件

下載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
官方網址 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"
        }
    }
}