UniTab

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

¿Qué es UniTab?

UniTab es una extensión de Chrome desarrollada por https://www.unitab.co, y su función principal es "Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión UniTab

Descarga archivos de extensión UniTab 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

                        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.                    

Información Básica de la Extensión

Nombre UniTab UniTab
ID pkofgnelfapboohgpdhkcihfgbemgpla
URL Oficial https://chromewebstore.google.com/detail/unitab/pkofgnelfapboohgpdhkcihfgbemgpla
Descripción Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.
Tamaño del Archivo 20.55 MB
Cantidad de Instalaciones 108
Versión Actual 1.0.0
Última Actualización 2023-06-17
Fecha de Publicación 2023-05-06
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador https://www.unitab.co
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.unitab.co
URL de la Página de Política de Privacidad https://www.unitab.co/privacy
Idiomas Soportados 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"
            ]
        }
    ]
}