AwayTab - Travel Backgrounds
Discover amazing places to travel to in every new tab you open.
What is AwayTab - Travel Backgrounds?
AwayTab - Travel Backgrounds is a Chrome extension developed by champagne, and its main feature is "Discover amazing places to travel to in every new tab you open.".
Extension Screenshots
Download AwayTab - Travel Backgrounds Extension CRX File
Download AwayTab - Travel Backgrounds extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | homnophpjlhlpaglnfpomcambjmgceem |
Official URL | https://chrome.google.com/webstore/detail/awaytab-travel-background/homnophpjlhlpaglnfpomcambjmgceem |
Description | Discover amazing places to travel to in every new tab you open. |
File Size | 44.94 KB |
Installation Count | 274 |
Current Version | 1.1.2 |
Last Updated | 2024-03-04 |
Publish Date | 2018-04-26 |
Rating | 4.56/5 Total 9 Ratings |
Developer | champagne |
[email protected] | |
Payment Type | in_app |
Extension Website | https://awaytab.com |
Supported Languages | 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" } } } |