Outbound New Tab

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

Cos'è Outbound New Tab?

Outbound New Tab è un'estensione di Chrome sviluppata da https://www.theoutbound.com, e la sua funzione principale è "Stay inspired with adventures from The Outbound in your new tabs.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Outbound New Tab

Scarica i file di estensione Outbound New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Outbound New Tab Outbound New Tab
ID hikodglhajlfmnanaiegolkfdjbencnk
URL Ufficiale https://chromewebstore.google.com/detail/outbound-new-tab/hikodglhajlfmnanaiegolkfdjbencnk
Descrizione Stay inspired with adventures from The Outbound in your new tabs.
Dimensione del File 185 KB
Conteggio Installazioni 518
Versione Corrente 1.0.5
Ultimo Aggiornamento 2022-09-17
Data di Pubblicazione 2020-04-24
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://www.theoutbound.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.theoutbound.com
URL della Pagina di Aiuto https://everyoneoutside.theoutbound.com/about-us#contact
Lingue Supportate 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\/"
    ]
}