Outbound New Tab

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

Что такое Outbound New Tab?

Outbound New Tab - это расширение Chrome, разработанное https://www.theoutbound.com, и его основная функция - "Stay inspired with adventures from The Outbound in your new tabs.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Outbound New Tab

Скачайте файлы расширений 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
Официальный URL 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\/"
    ]
}