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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Outbound New Tab Outbound New Tab
ID hikodglhajlfmnanaiegolkfdjbencnk
官方網址 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\/"
    ]
}