Fox Tab

Enhances the browsing experience by changing the default search engine

O que é Fox Tab?

Fox Tab é uma extensão do Chrome desenvolvida por Crosa Apps, e sua principal característica é "Enhances the browsing experience by changing the default search engine".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Fox Tab

Baixe arquivos de extensão Fox Tab 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

                        FoxTab is an extension will 
- Change the default search engine functionality to WebSearches.

Some important information for you:
-	By clicking on the 'Add to Chrome' button and installing FoxTab extension, you are agreeing to install this extension, with our Privacy Policy and our Terms of Service. 
-	By installing, FoxTab will change your Chrome's default search.
-	You may remove or disable this extension anytime.
-	Review our Terms of Service: https://newtaber.com/tos.html

Contact us! We'd love to hear from you: [email protected]                    

Informações Básicas da Extensão

Nome Fox Tab Fox Tab
ID pecgmnihbokhfnemdmjbkhcgpehlcokj
URL Oficial https://chromewebstore.google.com/detail/fox-tab/pecgmnihbokhfnemdmjbkhcgpehlcokj
Descrição Enhances the browsing experience by changing the default search engine
Tamanho do Arquivo 91.15 KB
Contagem de Instalações 2,205
Versão Atual 0.0.1
Última Atualização 2023-04-06
Data de Publicação 2023-03-10
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor Crosa Apps
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://newtaber.com/
URL da Página de Ajuda https://newtaber.com/#contactus
URL da Página de Política de Privacidade https://newtaber.com/privacy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fox Tab",
    "version": "0.0.1",
    "manifest_version": 3,
    "description": "Enhances the browsing experience by changing the default search engine",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "WebSearch",
            "keyword": "websearch",
            "search_url": "https:\/\/newtaber.com\/search?q={searchTerms}",
            "favicon_url": "https:\/\/newtaber.com\/assets\/yahoo-logo.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "icons": {
        "16": "assets\/icons\/logo.png",
        "48": "assets\/icons\/logo.png",
        "128": "assets\/icons\/logo.png"
    }
}