AwayTab - Travel Backgrounds

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

O que é AwayTab - Travel Backgrounds?

AwayTab - Travel Backgrounds é uma extensão do Chrome desenvolvida por champagne, e sua principal característica é "Discover amazing places to travel to in every new tab you open.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão AwayTab - Travel Backgrounds

Baixe arquivos de extensão AwayTab - Travel Backgrounds no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome AwayTab - Travel Backgrounds AwayTab - Travel Backgrounds
ID homnophpjlhlpaglnfpomcambjmgceem
URL Oficial https://chrome.google.com/webstore/detail/awaytab-travel-background/homnophpjlhlpaglnfpomcambjmgceem
Descrição Discover amazing places to travel to in every new tab you open.
Tamanho do Arquivo 44.94 KB
Contagem de Instalações 274
Versão Atual 1.1.2
Última Atualização 2024-03-04
Data de Publicação 2018-04-26
Classificação 4.56/5 Total de 9 Avaliações
Desenvolvedor champagne
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://awaytab.com
Idiomas Suportados 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"
        }
    }
}