Zearch

Your new, new tab page.

O que é Zearch?

Zearch é uma extensão do Chrome desenvolvida por https://zearch.remiix.ml, e sua principal característica é "Your new, new tab page.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Zearch

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

                        This extension is provides you with a elegant and simple new tab page. The new tab page includes a search bar that conveniently searches directly through your favourite search engines. Additionally the extension features an automatic weather and time system. More customisation is coming in the future. If you like this extension please rate it. 

Made with ❤ by littlegrapeguy and RemiixInc.                    

Informações Básicas da Extensão

Nome Zearch Zearch
ID cijoghafiooamfmhhhaioiibliecmdkm
URL Oficial https://chromewebstore.google.com/detail/zearch/cijoghafiooamfmhhhaioiibliecmdkm
Descrição Your new, new tab page.
Tamanho do Arquivo 74.17 KB
Contagem de Instalações 19
Versão Atual 1.2
Última Atualização 2021-02-20
Data de Publicação 2021-02-17
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor https://zearch.remiix.ml
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://zearch.remiix.ml
URL da Página de Ajuda https://zearch.remiix.ml
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zearch",
    "description": "Your new, new tab page.",
    "version": "1.2",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "storage"
    ]
}