SquareTab

SquareTab allows you to fully customize your browsers start page

O que é SquareTab?

SquareTab é uma extensão do Chrome desenvolvida por SquareMedia, e sua principal característica é "SquareTab allows you to fully customize your browsers start page".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão SquareTab

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

                        SquareTab changes your new tab and has a default search provider of Bing.  SquareTab is free and can be easily removed anytime.

-------------------------------------------------------
 
By adding this extension, you agree to our privacy policy available at https://squarestartpage.com/privacy

By adding this extension, you agree to our terms of service available at https://squarestartpage.com/terms

If you have questions or feedback, you can contact us here 
https://squarestartpage.com/contact

If you need help removing or resetting the Start Page, follow these steps: 
https://squarestartpage.com/uninstall                    

Informações Básicas da Extensão

Nome SquareTab SquareTab
ID hnjlcpngjhdoehbjfkmhjagmmojcimnc
URL Oficial https://chromewebstore.google.com/detail/squaretab/hnjlcpngjhdoehbjfkmhjagmmojcimnc
Descrição SquareTab allows you to fully customize your browsers start page
Tamanho do Arquivo 492 KB
Contagem de Instalações 4,698
Versão Atual 2.1.2
Última Atualização 2024-02-17
Data de Publicação 2022-09-10
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor SquareMedia
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://squarestartpage.com/contact
URL da Página de Política de Privacidade https://squarestartpage.com/privacy?ref=cws
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SquareTab",
    "short_name": "SquareTab",
    "description": "SquareTab allows you to fully customize your browsers start page",
    "version": "2.1.2",
    "manifest_version": 3,
    "offline_enabled": true,
    "chrome_url_overrides": {
        "newtab": "\/index.html"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "storage",
        "topSites"
    ],
    "optional_permissions": []
}