Outbound New Tab
Stay inspired with adventures from The Outbound in your new tabs.
Outbound New Tab là gì?
Outbound New Tab là một tiện ích mở rộng Chrome được phát triển bởi https://www.theoutbound.com, và tính năng chính của nó là "Stay inspired with adventures from The Outbound in your new tabs.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Outbound New Tab
Tải xuống các tệp mở rộng Outbound New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Outbound New Tab |
ID | hikodglhajlfmnanaiegolkfdjbencnk |
URL Chính Thức | https://chromewebstore.google.com/detail/outbound-new-tab/hikodglhajlfmnanaiegolkfdjbencnk |
Mô tả | Stay inspired with adventures from The Outbound in your new tabs. |
Kích Thước Tệp | 185 KB |
Số Lần Cài Đặt | 518 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2022-09-17 |
Ngày Phát Hành | 2020-04-24 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://www.theoutbound.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.theoutbound.com |
URL Trang Trợ Giúp | https://everyoneoutside.theoutbound.com/about-us#contact |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |