AwayTab - Travel Backgrounds

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

Co je AwayTab - Travel Backgrounds?

AwayTab - Travel Backgrounds je rozšíření Chrome vyvinuté champagne, a jeho hlavní funkcí je „Discover amazing places to travel to in every new tab you open.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření AwayTab - Travel Backgrounds

Stáhněte si soubory rozšíření AwayTab - Travel Backgrounds ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název AwayTab - Travel Backgrounds AwayTab - Travel Backgrounds
ID homnophpjlhlpaglnfpomcambjmgceem
Oficiální URL https://chrome.google.com/webstore/detail/awaytab-travel-background/homnophpjlhlpaglnfpomcambjmgceem
Popis Discover amazing places to travel to in every new tab you open.
Velikost souboru 44.94 KB
Počet instalací 274
Aktuální Verze 1.1.2
Poslední Aktualizace 2024-03-04
Datum Vydání 2018-04-26
Hodnocení 4.56/5 Celkem 9 Hodnocení
Vývojář champagne
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://awaytab.com
Podporované Jazyky 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"
        }
    }
}