UniTab

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

O que é UniTab?

UniTab é uma extensão do Chrome desenvolvida por https://www.unitab.co, e sua principal característica é "Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão UniTab

Baixe arquivos de extensão UniTab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome UniTab UniTab
ID pkofgnelfapboohgpdhkcihfgbemgpla
URL Oficial https://chromewebstore.google.com/detail/unitab/pkofgnelfapboohgpdhkcihfgbemgpla
Descrição Lets you search through the web with a beautiful wallpaper and a search bar in every new tab.
Tamanho do Arquivo 20.55 MB
Contagem de Instalações 108
Versão Atual 1.0.0
Última Atualização 2023-06-17
Data de Publicação 2023-05-06
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://www.unitab.co
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.unitab.co
URL da Página de Política de Privacidade https://www.unitab.co/privacy
Idiomas Suportados 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"
            ]
        }
    ]
}