AwayTab - Travel Backgrounds
Discover amazing places to travel to in every new tab you open.
Qu'est-ce que AwayTab - Travel Backgrounds ?
AwayTab - Travel Backgrounds est une extension Chrome développée par champagne, et sa fonction principale est "Discover amazing places to travel to in every new tab you open.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AwayTab - Travel Backgrounds
Téléchargez les fichiers d'extension AwayTab - Travel Backgrounds au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | homnophpjlhlpaglnfpomcambjmgceem |
URL Officiel | https://chrome.google.com/webstore/detail/awaytab-travel-background/homnophpjlhlpaglnfpomcambjmgceem |
Description | Discover amazing places to travel to in every new tab you open. |
Taille du Fichier | 44.94 KB |
Nombre d'Installations | 274 |
Version Actuelle | 1.1.2 |
Dernière Mise à Jour | 2024-03-04 |
Date de Publication | 2018-04-26 |
Évaluation | 4.56/5 Total 9 Évaluations |
Développeur | champagne |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://awaytab.com |
Langues Prises en Charge | 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" } } } |