AwayTab - Travel Backgrounds
Discover amazing places to travel to in every new tab you open.
什么是AwayTab - Travel Backgrounds?
AwayTab - Travel Backgrounds是由champagne开发的Chrome扩展程序,该扩展的主要功能是“Discover amazing places to travel to in every new tab you open.”。
扩展截图
下载AwayTab - Travel Backgrounds扩展crx文件
下载AwayTab - Travel Backgrounds扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
ID | homnophpjlhlpaglnfpomcambjmgceem |
官方URL | https://chrome.google.com/webstore/detail/awaytab-travel-background/homnophpjlhlpaglnfpomcambjmgceem |
简介 | Discover amazing places to travel to in every new tab you open. |
文件大小 | 44.94 KB |
安装次数 | 274 |
当前版本 | 1.1.2 |
更新时间 | 2024-03-04 |
上架时间 | 2018-04-26 |
评分 | 4.56/5 共9次评分 |
开发者 | champagne |
电子邮箱 | [email protected] |
付费类型 | in_app |
扩展官网 | https://awaytab.com |
支持的语言 | 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" } } } |