Outbound New Tab

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

Co to jest Outbound New Tab?

Outbound New Tab to rozszerzenie Chrome opracowane przez https://www.theoutbound.com, a jego główną funkcją jest „Stay inspired with adventures from The Outbound in your new tabs.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Outbound New Tab

Pobierz pliki rozszerzeń Outbound New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Outbound New Tab Outbound New Tab
ID hikodglhajlfmnanaiegolkfdjbencnk
Oficjalny URL https://chromewebstore.google.com/detail/outbound-new-tab/hikodglhajlfmnanaiegolkfdjbencnk
Opis Stay inspired with adventures from The Outbound in your new tabs.
Rozmiar pliku 185 KB
Liczba instalacji 518
Aktualna Wersja 1.0.5
Ostatnia Aktualizacja 2022-09-17
Data Publikacji 2020-04-24
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper https://www.theoutbound.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.theoutbound.com
Adres URL Strony Pomocy https://everyoneoutside.theoutbound.com/about-us#contact
Obsługiwane Języki 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\/"
    ]
}