UniTab

Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.

Что такое UniTab?

UniTab - это расширение Chrome, разработанное https://www.unitab.co, и его основная функция - "Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.".

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

screenshot
screenshot
screenshot

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

Скачайте файлы расширений UniTab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Search the internet with stunning new tab wallpapers.

Please enjoy your search experience. The UniTab extension will configure your default search and new tab to UniTab.

By clicking "Add to chrome", I accept and agree to installing 'UniTab' -  Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms Of Use and Privacy Policy.

Terms Of Use: https://www.unitab.co/eula
Privacy Policy: https://www.unitab.co/privacy

The extension will update your new tab settings and will change your search to be powered by Microsoft Bing.                    

Основная информация о расширении

Название UniTab UniTab
ID pkofgnelfapboohgpdhkcihfgbemgpla
Официальный URL https://chromewebstore.google.com/detail/unitab/pkofgnelfapboohgpdhkcihfgbemgpla
Описание Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.
Размер файла 20.55 MB
Количество установок 108
Текущая Версия 1.0.0
Последнее Обновление 2023-06-17
Дата публикации 2023-05-06
Рейтинг 5.00/5 Всего 3 оценок
Разработчик https://www.unitab.co
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.unitab.co
URL страницы политики конфиденциальности https://www.unitab.co/privacy
Поддерживаемые языки en-US
manifest.json
{
    "author": "UniTab",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "description": "Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.",
    "homepage_url": "https:\/\/www.unitab.co",
    "icons": {
        "16": "icon\/16x16.png",
        "32": "icon\/32x32.png",
        "48": "icon\/48x48.png",
        "128": "icon\/128x128.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "UniTab",
    "permissions": [
        "tabs",
        "storage"
    ],
    "short_name": "UniTab",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icon.png"
            ]
        }
    ]
}