Outbound New Tab

Stay inspired with adventures from The Outbound in your new tabs.

What is Outbound New Tab?

Outbound New Tab is a Chrome extension developed by https://www.theoutbound.com, and its main feature is "Stay inspired with adventures from The Outbound in your new tabs.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Outbound New Tab Extension CRX File

Download Outbound New Tab 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

                        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.                    

Extension Basic Information

Name Outbound New Tab Outbound New Tab
ID hikodglhajlfmnanaiegolkfdjbencnk
Official URL https://chromewebstore.google.com/detail/outbound-new-tab/hikodglhajlfmnanaiegolkfdjbencnk
Description Stay inspired with adventures from The Outbound in your new tabs.
File Size 185 KB
Installation Count 518
Current Version 1.0.5
Last Updated 2022-09-17
Publish Date 2020-04-24
Rating 5.00/5 Total 5 Ratings
Developer https://www.theoutbound.com
Email [email protected]
Payment Type free
Extension Website http://www.theoutbound.com
Help Page URL https://everyoneoutside.theoutbound.com/about-us#contact
Supported Languages 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\/"
    ]
}