AwayTab - Travel Backgrounds
Discover amazing places to travel to in every new tab you open.
Wat is AwayTab - Travel Backgrounds?
AwayTab - Travel Backgrounds is een Chrome-extensie ontwikkeld door champagne, en de belangrijkste functie is "Discover amazing places to travel to in every new tab you open.".
Extensie Screenshots
Download het CRX-bestand van de extensie AwayTab - Travel Backgrounds
Download AwayTab - Travel Backgrounds-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | homnophpjlhlpaglnfpomcambjmgceem |
Officiële URL | https://chrome.google.com/webstore/detail/awaytab-travel-background/homnophpjlhlpaglnfpomcambjmgceem |
Beschrijving | Discover amazing places to travel to in every new tab you open. |
Bestandsgrootte | 44.94 KB |
Aantal Installaties | 274 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2024-03-04 |
Publicatiedatum | 2018-04-26 |
Beoordeling | 4.56/5 Totaal 9 Beoordelingen |
Ontwikkelaar | champagne |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://awaytab.com |
Ondersteunde Talen | 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" } } } |