AwayTab - Travel Backgrounds
Discover amazing places to travel to in every new tab you open.
Vad är AwayTab - Travel Backgrounds?
AwayTab - Travel Backgrounds är en Chrome-tillägg utvecklad av champagne, och dess huvudfunktion är "Discover amazing places to travel to in every new tab you open.".
Tilläggsskärmbilder
Ladda ner AwayTab - Travel Backgrounds-förlängningens CRX-fil
Ladda ner AwayTab - Travel Backgrounds-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | homnophpjlhlpaglnfpomcambjmgceem |
Officiell webbadress | https://chrome.google.com/webstore/detail/awaytab-travel-background/homnophpjlhlpaglnfpomcambjmgceem |
Beskrivning | Discover amazing places to travel to in every new tab you open. |
Filstorlek | 44.94 KB |
Antal Installationer | 274 |
Aktuell Version | 1.1.2 |
Senast Uppdaterad | 2024-03-04 |
Publiceringsdatum | 2018-04-26 |
Betyg | 4.56/5 Totalt 9 Betyg |
Utvecklare | champagne |
E-post | [email protected] |
Betalningssätt | in_app |
Tilläggswebbplats | https://awaytab.com |
Stödda Språk | 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" } } } |