Outbound New Tab
Stay inspired with adventures from The Outbound in your new tabs.
什么是Outbound New Tab?
Outbound New Tab是由https://www.theoutbound.com开发的Chrome扩展程序,该扩展的主要功能是“Stay inspired with adventures from The Outbound in your new tabs.”。
扩展截图
下载Outbound New Tab扩展crx文件
下载Outbound New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An incredible adventure from somewhere around the world in every new tab.
The photos are from The Outbound Collective, a community of travelers sharing local adventures, travel stories and more. Want to see your photos in the Outbound Tab? You can add new adventures at www.theoutbound.com. 扩展基本信息
| 名称 | |
| ID | hikodglhajlfmnanaiegolkfdjbencnk |
| 官方URL | https://chromewebstore.google.com/detail/outbound-new-tab/hikodglhajlfmnanaiegolkfdjbencnk |
| 简介 | Stay inspired with adventures from The Outbound in your new tabs. |
| 文件大小 | 185 KB |
| 安装次数 | 518 |
| 当前版本 | 1.0.5 |
| 更新时间 | 2022-09-17 |
| 上架时间 | 2020-04-24 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | https://www.theoutbound.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.theoutbound.com |
| 帮助页面URL | https://everyoneoutside.theoutbound.com/about-us#contact |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Outbound New Tab",
"description": "Stay inspired with adventures from The Outbound in your new tabs.",
"version": "1.0.5",
"manifest_version": 2,
"browser_action": {
"default_icon": "images\/outbound.png"
},
"icons": {
"16": "images\/outbound.png",
"48": "images\/outbound.png",
"128": "images\/outbound.png"
},
"chrome_url_overrides": {
"newtab": "tab.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"https:\/\/*.theoutbound.com\/"
]
} | |