Outbound New Tab

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

¿Qué es Outbound New Tab?

Outbound New Tab es una extensión de Chrome desarrollada por https://www.theoutbound.com, y su función principal es "Stay inspired with adventures from The Outbound in your new tabs.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Outbound New Tab

Descarga archivos de extensión Outbound New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Outbound New Tab Outbound New Tab
ID hikodglhajlfmnanaiegolkfdjbencnk
URL Oficial https://chromewebstore.google.com/detail/outbound-new-tab/hikodglhajlfmnanaiegolkfdjbencnk
Descripción Stay inspired with adventures from The Outbound in your new tabs.
Tamaño del Archivo 185 KB
Cantidad de Instalaciones 518
Versión Actual 1.0.5
Última Actualización 2022-09-17
Fecha de Publicación 2020-04-24
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador https://www.theoutbound.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.theoutbound.com
URL de la Página de Ayuda https://everyoneoutside.theoutbound.com/about-us#contact
Idiomas Soportados 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\/"
    ]
}