AwayTab - Travel Backgrounds

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

Co to jest AwayTab - Travel Backgrounds?

AwayTab - Travel Backgrounds to rozszerzenie Chrome opracowane przez champagne, a jego główną funkcją jest „Discover amazing places to travel to in every new tab you open.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia AwayTab - Travel Backgrounds

Pobierz pliki rozszerzeń AwayTab - Travel Backgrounds w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa AwayTab - Travel Backgrounds AwayTab - Travel Backgrounds
ID homnophpjlhlpaglnfpomcambjmgceem
Oficjalny URL https://chrome.google.com/webstore/detail/awaytab-travel-background/homnophpjlhlpaglnfpomcambjmgceem
Opis Discover amazing places to travel to in every new tab you open.
Rozmiar pliku 44.94 KB
Liczba instalacji 274
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2024-03-04
Data Publikacji 2018-04-26
Ocena 4.56/5 Łącznie 9 Oceny
Deweloper champagne
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://awaytab.com
Obsługiwane Języki 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"
        }
    }
}