AwayTab - Travel Backgrounds

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

Cos'è AwayTab - Travel Backgrounds?

AwayTab - Travel Backgrounds è un'estensione di Chrome sviluppata da champagne, e la sua funzione principale è "Discover amazing places to travel to in every new tab you open.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AwayTab - Travel Backgrounds

Scarica i file di estensione AwayTab - Travel Backgrounds in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome AwayTab - Travel Backgrounds AwayTab - Travel Backgrounds
ID homnophpjlhlpaglnfpomcambjmgceem
URL Ufficiale https://chrome.google.com/webstore/detail/awaytab-travel-background/homnophpjlhlpaglnfpomcambjmgceem
Descrizione Discover amazing places to travel to in every new tab you open.
Dimensione del File 44.94 KB
Conteggio Installazioni 274
Versione Corrente 1.1.2
Ultimo Aggiornamento 2024-03-04
Data di Pubblicazione 2018-04-26
Valutazione 4.56/5 Totale 9 Valutazioni
Sviluppatore champagne
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://awaytab.com
Lingue Supportate 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"
        }
    }
}